Html Css Color HEX #1D0B28 Blackcurrant

📋 copy color: '#1D0B28'

red 29 ◦ green 11 ◦ blue 40

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

Shades of Blackcurrant #1D0B28

Tints of Blackcurrant #1D0B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.75%

 BLUE value IS 40 (16.02% from 255) = 50%

R = 36.25%
G = 13.75%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D0B28 (or 0x1D0B28) is known color: Blackcurrant. HEX triplet: 1D, 0B and 28. RGB value is (29,11,40). Sum of RGB (Red+Green+Blue) = 29+11+40=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0B28 is #E2F4D7. Grayscale: #131313. Windows color (decimal): -14873816 or 2624285. OLE color: 2624285.

HSL color Cylindrical-coordinate representation of color #1D0B28: hue angle of 277.24º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D0B28 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 29 11 40 -
CMYK 0.28 0.72 0 0.84
HSL 277.24º 0.57% 0.1% -
HSV(B) 277.24º 0.73% 0.16% -
XYZ 1.01 0.65 2.08 -
YUV 19.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 29 11 40 0.28 0.72 0 0.84 277.24 0.57 0.1
Hex 1D B 28 1C 48 0 54 115 39 A
Octal 35 13 50 34 110 0 124 425 71 12
Binary 11101 1011 101000 11100 1001000 0 1010100 100010101 111001 1010

Color Harmonies of #1D0B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0B28

Black with #1D0B28

Text Example


Text Example

White with #1D0B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,11,40); }

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

background-color css

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

 a { background-color: rgb(29,11,40); }

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

border-color css

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

 span { border-color: rgb(29,11,40); }

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