Html Css Color HEX #180525 Blackcurrant

📋 copy color: '#180525'

red 24 ◦ green 5 ◦ blue 37

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

Shades of Blackcurrant #180525

Tints of Blackcurrant #180525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 56.06%

R = 36.36%
G = 7.58%
B = 56.06%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180525 (or 0x180525) is known color: Blackcurrant. HEX triplet: 18, 05 and 25. RGB value is (24,5,37). Sum of RGB (Red+Green+Blue) = 24+5+37=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #180525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180525 is #E7FADA. Grayscale: #0E0E0E. Windows color (decimal): -15203035 or 2426136. OLE color: 2426136.

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

Color convert

RGB 24 5 37 -
CMYK 0.35 0.86 0 0.85
HSL 275.63º 0.76% 0.08% -
HSV(B) 275.63º 0.86% 0.15% -
XYZ 0.76 0.44 1.79 -
YUV 14.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 24 5 37 0.35 0.86 0 0.85 275.63 0.76 0.08
Hex 18 5 25 23 56 0 55 114 4C 8
Octal 30 5 45 43 126 0 125 424 114 10
Binary 11000 101 100101 100011 1010110 0 1010101 100010100 1001100 1000

Color Harmonies of #180525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180525

Black with #180525

Text Example


Text Example

White with #180525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180525; }

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

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

background-color css

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

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

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

border-color css

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

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

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