Html Css Color HEX #180026 Blackcurrant

📋 copy color: '#180026'

red 24 ◦ green 0 ◦ blue 38

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

Shades of Blackcurrant #180026

Tints of Blackcurrant #180026

RGB

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

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

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

R = 38.71%
G = 0%
B = 61.29%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180026 (or 0x180026) is known color: Blackcurrant. HEX triplet: 18, 00 and 26. RGB value is (24,0,38). Sum of RGB (Red+Green+Blue) = 24+0+38=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #180026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180026 is #E7FFD9. Grayscale: #0B0B0B. Windows color (decimal): -15204314 or 2490392. OLE color: 2490392.

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

Color convert

RGB 24 0 38 -
CMYK 0.37 1 0 0.85
HSL 277.89º 1% 0.07% -
HSV(B) 277.89º 1% 0.15% -
XYZ 0.73 0.33 1.86 -
YUV 11.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 24 0 38 0.37 1 0 0.85 277.89 1 0.07
Hex 18 0 26 25 64 0 55 116 64 7
Octal 30 0 46 45 144 0 125 426 144 7
Binary 11000 0 100110 100101 1100100 0 1010101 100010110 1100100 111

Color Harmonies of #180026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180026

Black with #180026

Text Example


Text Example

White with #180026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180026; }

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

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

background-color css

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

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

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

border-color css

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

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

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