Html Css Color HEX #180137 Blackcurrant

📋 copy color: '#180137'

red 24 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #180137

Tints of Blackcurrant #180137

RGB

 RED value IS 24 (9.77% from 255) = 30%

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

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

R = 30%
G = 1.25%
B = 68.75%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#180137 (or 0x180137) is known color: Blackcurrant. HEX triplet: 18, 01 and 37. RGB value is (24,1,55). Sum of RGB (Red+Green+Blue) = 24+1+55=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #180137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180137 is #E7FEC8. Grayscale: #0D0D0D. Windows color (decimal): -15204041 or 3604760. OLE color: 3604760.

HSL color Cylindrical-coordinate representation of color #180137: hue angle of 265.56º 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 #180137 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 1 55 -
CMYK 0.56 0.98 0 0.78
HSL 265.56º 0.96% 0.11% -
HSV(B) 265.56º 0.98% 0.22% -
XYZ 1.08 0.49 3.65 -
YUV 14.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 24 1 55 0.56 0.98 0 0.78 265.56 0.96 0.11
Hex 18 1 37 38 62 0 4E 10A 60 B
Octal 30 1 67 70 142 0 116 412 140 13
Binary 11000 1 110111 111000 1100010 0 1001110 100001010 1100000 1011

Color Harmonies of #180137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180137

Black with #180137

Text Example


Text Example

White with #180137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180137; }

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

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

background-color css

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

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

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

border-color css

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

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

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