Html Css Color HEX #1B0024 Blackcurrant

📋 copy color: '#1B0024'

red 27 ◦ green 0 ◦ blue 36

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

Shades of Blackcurrant #1B0024

Tints of Blackcurrant #1B0024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1B0024 (or 0x1B0024) is known color: Blackcurrant. HEX triplet: 1B, 00 and 24. RGB value is (27,0,36). Sum of RGB (Red+Green+Blue) = 27+0+36=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0024 is #E4FFDB. Grayscale: #0C0C0C. Windows color (decimal): -15007708 or 2359323. OLE color: 2359323.

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

Color convert

RGB 27 0 36 -
CMYK 0.25 1 0 0.86
HSL 285º 1% 0.07% -
HSV(B) 285º 1% 0.14% -
XYZ 0.77 0.36 1.7 -
YUV 12.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 27 0 36 0.25 1 0 0.86 285 1 0.07
Hex 1B 0 24 19 64 0 56 11D 64 7
Octal 33 0 44 31 144 0 126 435 144 7
Binary 11011 0 100100 11001 1100100 0 1010110 100011101 1100100 111

Color Harmonies of #1B0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0024

Black with #1B0024

Text Example


Text Example

White with #1B0024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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