Html Css Color HEX #1B0037 Blackcurrant

📋 copy color: '#1B0037'

red 27 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #1B0037

Tints of Blackcurrant #1B0037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 67.07%

R = 32.93%
G = 0%
B = 67.07%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1B0037 (or 0x1B0037) is known color: Blackcurrant. HEX triplet: 1B, 00 and 37. RGB value is (27,0,55). Sum of RGB (Red+Green+Blue) = 27+0+55=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 55 (21.88% from 255 or 67.07% from 82); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0037 is #E4FFC8. Grayscale: #0E0E0E. Windows color (decimal): -15007689 or 3604507. OLE color: 3604507.

HSL color Cylindrical-coordinate representation of color #1B0037: hue angle of 269.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0037 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 27 0 55 -
CMYK 0.51 1 0 0.78
HSL 269.45º 1% 0.11% -
HSV(B) 269.45º 1% 0.22% -
XYZ 1.14 0.51 3.65 -
YUV 14.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 27 0 55 0.51 1 0 0.78 269.45 1 0.11
Hex 1B 0 37 33 64 0 4E 10D 64 B
Octal 33 0 67 63 144 0 116 415 144 13
Binary 11011 0 110111 110011 1100100 0 1001110 100001101 1100100 1011

Color Harmonies of #1B0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0037

Black with #1B0037

Text Example


Text Example

White with #1B0037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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