Html Css Color HEX #180227 Blackcurrant

📋 copy color: '#180227'

red 24 ◦ green 2 ◦ blue 39

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

Shades of Blackcurrant #180227

Tints of Blackcurrant #180227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.08%

 BLUE value IS 39 (15.63% from 255) = 60%

R = 36.92%
G = 3.08%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180227 (or 0x180227) is known color: Blackcurrant. HEX triplet: 18, 02 and 27. RGB value is (24,2,39). Sum of RGB (Red+Green+Blue) = 24+2+39=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #180227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180227 is #E7FDD8. Grayscale: #0C0C0C. Windows color (decimal): -15203801 or 2556440. OLE color: 2556440.

HSL color Cylindrical-coordinate representation of color #180227: hue angle of 275.68º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180227 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 2 39 -
CMYK 0.38 0.95 0 0.85
HSL 275.68º 0.9% 0.08% -
HSV(B) 275.68º 0.95% 0.15% -
XYZ 0.76 0.38 1.95 -
YUV 12.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 24 2 39 0.38 0.95 0 0.85 275.68 0.9 0.08
Hex 18 2 27 26 5F 0 55 114 5A 8
Octal 30 2 47 46 137 0 125 424 132 10
Binary 11000 10 100111 100110 1011111 0 1010101 100010100 1011010 1000

Color Harmonies of #180227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180227

Black with #180227

Text Example


Text Example

White with #180227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180227; }

 p { color: rgb(24,2,39); }

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

background-color css

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

 a { background-color: rgb(24,2,39); }

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

border-color css

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

 span { border-color: rgb(24,2,39); }

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