Html Css Color HEX #1B0F24 Blackcurrant

📋 copy color: '#1B0F24'

red 27 ◦ green 15 ◦ blue 36

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

Shades of Blackcurrant #1B0F24

Tints of Blackcurrant #1B0F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.23%

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

R = 34.62%
G = 19.23%
B = 46.15%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1B0F24 (or 0x1B0F24) is known color: Blackcurrant. HEX triplet: 1B, 0F and 24. RGB value is (27,15,36). Sum of RGB (Red+Green+Blue) = 27+15+36=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B0F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0F24 is #E4F0DB. Grayscale: #141414. Windows color (decimal): -15003868 or 2363163. OLE color: 2363163.

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

Color convert

RGB 27 15 36 -
CMYK 0.25 0.58 0 0.86
HSL 274.29º 0.41% 0.1% -
HSV(B) 274.29º 0.58% 0.14% -
XYZ 0.94 0.7 1.75 -
YUV 20.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 27 15 36 0.25 0.58 0 0.86 274.29 0.41 0.1
Hex 1B F 24 19 3A 0 56 112 29 A
Octal 33 17 44 31 72 0 126 422 51 12
Binary 11011 1111 100100 11001 111010 0 1010110 100010010 101001 1010

Color Harmonies of #1B0F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0F24

Black with #1B0F24

Text Example


Text Example

White with #1B0F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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