Html Css Color HEX #1B0824 Blackcurrant

📋 copy color: '#1B0824'

red 27 ◦ green 8 ◦ blue 36

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

Shades of Blackcurrant #1B0824

Tints of Blackcurrant #1B0824

RGB

 RED value IS 27 (10.94% from 255) = 38.03%

 GREEN value IS 8 (3.52% from 255) = 11.27%

 BLUE value IS 36 (14.45% from 255) = 50.7%

R = 38.03%
G = 11.27%
B = 50.7%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1B0824 (or 0x1B0824) is known color: Blackcurrant. HEX triplet: 1B, 08 and 24. RGB value is (27,8,36). Sum of RGB (Red+Green+Blue) = 27+8+36=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0824 is #E4F7DB. Grayscale: #101010. Windows color (decimal): -15005660 or 2361371. OLE color: 2361371.

HSL color Cylindrical-coordinate representation of color #1B0824: hue angle of 280.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B0824 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 27 8 36 -
CMYK 0.25 0.78 0 0.86
HSL 280.71º 0.64% 0.09% -
HSV(B) 280.71º 0.78% 0.14% -
XYZ 0.86 0.53 1.73 -
YUV 16.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 27 8 36 0.25 0.78 0 0.86 280.71 0.64 0.09
Hex 1B 8 24 19 4E 0 56 119 40 9
Octal 33 10 44 31 116 0 126 431 100 11
Binary 11011 1000 100100 11001 1001110 0 1010110 100011001 1000000 1001

Color Harmonies of #1B0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0824

Black with #1B0824

Text Example


Text Example

White with #1B0824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,8,36); }

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

background-color css

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

 a { background-color: rgb(27,8,36); }

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

border-color css

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

 span { border-color: rgb(27,8,36); }

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