Html Css Color HEX #1B0137 Blackcurrant

📋 copy color: '#1B0137'

red 27 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #1B0137

Tints of Blackcurrant #1B0137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

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

R = 32.53%
G = 1.2%
B = 66.27%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1B0137 (or 0x1B0137) is known color: Blackcurrant. HEX triplet: 1B, 01 and 37. RGB value is (27,1,55). Sum of RGB (Red+Green+Blue) = 27+1+55=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0137 is #E4FEC8. Grayscale: #0E0E0E. Windows color (decimal): -15007433 or 3604763. OLE color: 3604763.

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

Color convert

RGB 27 1 55 -
CMYK 0.51 0.98 0 0.78
HSL 268.89º 0.96% 0.11% -
HSV(B) 268.89º 0.98% 0.22% -
XYZ 1.15 0.53 3.66 -
YUV 14.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 27 1 55 0.51 0.98 0 0.78 268.89 0.96 0.11
Hex 1B 1 37 33 62 0 4E 10D 60 B
Octal 33 1 67 63 142 0 116 415 140 13
Binary 11011 1 110111 110011 1100010 0 1001110 100001101 1100000 1011

Color Harmonies of #1B0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0137

Black with #1B0137

Text Example


Text Example

White with #1B0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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