Html Css Color HEX #1B0B28 Blackcurrant

📋 copy color: '#1B0B28'

red 27 ◦ green 11 ◦ blue 40

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

Shades of Blackcurrant #1B0B28

Tints of Blackcurrant #1B0B28

RGB

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

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

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

R = 34.62%
G = 14.1%
B = 51.28%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1B0B28 (or 0x1B0B28) is known color: Blackcurrant. HEX triplet: 1B, 0B and 28. RGB value is (27,11,40). Sum of RGB (Red+Green+Blue) = 27+11+40=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0B28 is #E4F4D7. Grayscale: #121212. Windows color (decimal): -15004888 or 2624283. OLE color: 2624283.

HSL color Cylindrical-coordinate representation of color #1B0B28: hue angle of 273.1º 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 #1B0B28 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 27 11 40 -
CMYK 0.33 0.72 0 0.84
HSL 273.1º 0.57% 0.1% -
HSV(B) 273.1º 0.73% 0.16% -
XYZ 0.95 0.63 2.08 -
YUV 19.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 27 11 40 0.33 0.72 0 0.84 273.1 0.57 0.1
Hex 1B B 28 21 48 0 54 111 39 A
Octal 33 13 50 41 110 0 124 421 71 12
Binary 11011 1011 101000 100001 1001000 0 1010100 100010001 111001 1010

Color Harmonies of #1B0B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0B28

Black with #1B0B28

Text Example


Text Example

White with #1B0B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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