Html Css Color HEX #180526 Blackcurrant

📋 copy color: '#180526'

red 24 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #180526

Tints of Blackcurrant #180526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.46%

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

R = 35.82%
G = 7.46%
B = 56.72%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180526 (or 0x180526) is known color: Blackcurrant. HEX triplet: 18, 05 and 26. RGB value is (24,5,38). Sum of RGB (Red+Green+Blue) = 24+5+38=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #180526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180526 is #E7FAD9. Grayscale: #0E0E0E. Windows color (decimal): -15203034 or 2491672. OLE color: 2491672.

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

Color convert

RGB 24 5 38 -
CMYK 0.37 0.87 0 0.85
HSL 274.55º 0.77% 0.08% -
HSV(B) 274.55º 0.87% 0.15% -
XYZ 0.78 0.44 1.88 -
YUV 14.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 24 5 38 0.37 0.87 0 0.85 274.55 0.77 0.08
Hex 18 5 26 25 57 0 55 113 4D 8
Octal 30 5 46 45 127 0 125 423 115 10
Binary 11000 101 100110 100101 1010111 0 1010101 100010011 1001101 1000

Color Harmonies of #180526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180526

Black with #180526

Text Example


Text Example

White with #180526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180526; }

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

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

background-color css

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

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

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

border-color css

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

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

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