Html Css Color HEX #1D0C2B Blackcurrant

📋 copy color: '#1D0C2B'

red 29 ◦ green 12 ◦ blue 43

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

Shades of Blackcurrant #1D0C2B

Tints of Blackcurrant #1D0C2B

RGB

 RED value IS 29 (11.72% from 255) = 34.52%

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 43 (17.19% from 255) = 51.19%

R = 34.52%
G = 14.29%
B = 51.19%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1D0C2B (or 0x1D0C2B) is known color: Blackcurrant. HEX triplet: 1D, 0C and 2B. RGB value is (29,12,43). Sum of RGB (Red+Green+Blue) = 29+12+43=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D0C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0C2B is #E2F3D4. Grayscale: #141414. Windows color (decimal): -14873557 or 2821149. OLE color: 2821149.

HSL color Cylindrical-coordinate representation of color #1D0C2B: hue angle of 272.9º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D0C2B is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 29 12 43 -
CMYK 0.33 0.72 0 0.83
HSL 272.9º 0.56% 0.11% -
HSV(B) 272.9º 0.72% 0.17% -
XYZ 1.07 0.7 2.36 -
YUV 20.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 29 12 43 0.33 0.72 0 0.83 272.9 0.56 0.11
Hex 1D C 2B 21 48 0 53 111 38 B
Octal 35 14 53 41 110 0 123 421 70 13
Binary 11101 1100 101011 100001 1001000 0 1010011 100010001 111000 1011

Color Harmonies of #1D0C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0C2B

Black with #1D0C2B

Text Example


Text Example

White with #1D0C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0C2B; }

 p { color: rgb(29,12,43); }

 H1.HeaderClassName
 {
   color: #1D0C2B;
 }
 .AnyTagClassName
 {
   color: #1D0C2B;
 }
</style>

background-color css

<style>
 a { background-color: #1D0C2B; }

 a { background-color: rgb(29,12,43); }

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

border-color css

<style>
 span { border-color: #1D0C2B; }

 span { border-color: rgb(29,12,43); }

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