Html Css Color HEX #2D1335 Blackcurrant

📋 copy color: '#2D1335'

red 45 ◦ green 19 ◦ blue 53

#2D1335
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #2D1335

Tints of Blackcurrant #2D1335

RGB

 RED value IS 45 (17.97% from 255) = 38.46%

 GREEN value IS 19 (7.81% from 255) = 16.24%

 BLUE value IS 53 (21.09% from 255) = 45.3%

R = 38.46%
G = 16.24%
B = 45.3%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2D1335 (or 0x2D1335) is known color: Blackcurrant. HEX triplet: 2D, 13 and 35. RGB value is (45,19,53). Sum of RGB (Red+Green+Blue) = 45+19+53=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #2D1335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1335 is #D2ECCA. Grayscale: #1E1E1E. Windows color (decimal): -13823179 or 3478317. OLE color: 3478317.

HSL color Cylindrical-coordinate representation of color #2D1335: hue angle of 285.88º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D1335 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 45 19 53 -
CMYK 0.15 0.64 0 0.79
HSL 285.88º 0.47% 0.14% -
HSV(B) 285.88º 0.64% 0.21% -
XYZ 1.96 1.28 3.51 -
YUV 30.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 45 19 53 0.15 0.64 0 0.79 285.88 0.47 0.14
Hex 2D 13 35 F 40 0 4F 11E 2F E
Octal 55 23 65 17 100 0 117 436 57 16
Binary 101101 10011 110101 1111 1000000 0 1001111 100011110 101111 1110

Color Harmonies of #2D1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1335

Black with #2D1335

Text Example


Text Example

White with #2D1335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D1335; }

 p { color: rgb(45,19,53); }

 H1.HeaderClassName
 {
   color: #2D1335;
 }
 .AnyTagClassName
 {
   color: #2D1335;
 }
</style>

background-color css

<style>
 a { background-color: #2D1335; }

 a { background-color: rgb(45,19,53); }

 div.DivClassName
 {
   background-color: #2D1335;
 }
 .BgClassName
 {
   background-color: #2D1335;
 }
</style>

border-color css

<style>
 span { border-color: #2D1335; }

 span { border-color: rgb(45,19,53); }

 td.TdClassName
 {
   border-color: #2D1335;
 }
 .TagClassName
 {
   border-color: #2D1335;
 }
</style>