Html Css Color HEX #180C26 Blackcurrant

📋 copy color: '#180C26'

red 24 ◦ green 12 ◦ blue 38

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

Shades of Blackcurrant #180C26

Tints of Blackcurrant #180C26

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.22%

 BLUE value IS 38 (15.23% from 255) = 51.35%

R = 32.43%
G = 16.22%
B = 51.35%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180C26 (or 0x180C26) is known color: Blackcurrant. HEX triplet: 18, 0C and 26. RGB value is (24,12,38). Sum of RGB (Red+Green+Blue) = 24+12+38=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #180C26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C26 is #E7F3D9. Grayscale: #121212. Windows color (decimal): -15201242 or 2493464. OLE color: 2493464.

HSL color Cylindrical-coordinate representation of color #180C26: hue angle of 267.69º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #180C26 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 12 38 -
CMYK 0.37 0.68 0 0.85
HSL 267.69º 0.52% 0.1% -
HSV(B) 267.69º 0.68% 0.15% -
XYZ 0.86 0.6 1.9 -
YUV 18.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 24 12 38 0.37 0.68 0 0.85 267.69 0.52 0.1
Hex 18 C 26 25 44 0 55 10C 34 A
Octal 30 14 46 45 104 0 125 414 64 12
Binary 11000 1100 100110 100101 1000100 0 1010101 100001100 110100 1010

Color Harmonies of #180C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C26

Black with #180C26

Text Example


Text Example

White with #180C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180C26; }

 p { color: rgb(24,12,38); }

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

background-color css

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

 a { background-color: rgb(24,12,38); }

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

border-color css

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

 span { border-color: rgb(24,12,38); }

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