Html Css Color HEX #1B0E24 Blackcurrant

📋 copy color: '#1B0E24'

red 27 ◦ green 14 ◦ blue 36

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

Shades of Blackcurrant #1B0E24

Tints of Blackcurrant #1B0E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.18%

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

R = 35.06%
G = 18.18%
B = 46.75%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1B0E24 (or 0x1B0E24) is known color: Blackcurrant. HEX triplet: 1B, 0E and 24. RGB value is (27,14,36). Sum of RGB (Red+Green+Blue) = 27+14+36=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0E24 is #E4F1DB. Grayscale: #141414. Windows color (decimal): -15004124 or 2362907. OLE color: 2362907.

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

Color convert

RGB 27 14 36 -
CMYK 0.25 0.61 0 0.86
HSL 275.45º 0.44% 0.1% -
HSV(B) 275.45º 0.61% 0.14% -
XYZ 0.93 0.67 1.75 -
YUV 20.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 27 14 36 0.25 0.61 0 0.86 275.45 0.44 0.1
Hex 1B E 24 19 3D 0 56 113 2C A
Octal 33 16 44 31 75 0 126 423 54 12
Binary 11011 1110 100100 11001 111101 0 1010110 100010011 101100 1010

Color Harmonies of #1B0E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0E24

Black with #1B0E24

Text Example


Text Example

White with #1B0E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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