Html Css Color HEX #180325 Blackcurrant

📋 copy color: '#180325'

red 24 ◦ green 3 ◦ blue 37

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

Shades of Blackcurrant #180325

Tints of Blackcurrant #180325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.69%

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

R = 37.5%
G = 4.69%
B = 57.81%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180325 (or 0x180325) is known color: Blackcurrant. HEX triplet: 18, 03 and 25. RGB value is (24,3,37). Sum of RGB (Red+Green+Blue) = 24+3+37=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #180325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180325 is #E7FCDA. Grayscale: #0D0D0D. Windows color (decimal): -15203547 or 2425624. OLE color: 2425624.

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

Color convert

RGB 24 3 37 -
CMYK 0.35 0.92 0 0.85
HSL 277.06º 0.85% 0.08% -
HSV(B) 277.06º 0.92% 0.15% -
XYZ 0.74 0.39 1.79 -
YUV 13.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 24 3 37 0.35 0.92 0 0.85 277.06 0.85 0.08
Hex 18 3 25 23 5C 0 55 115 55 8
Octal 30 3 45 43 134 0 125 425 125 10
Binary 11000 11 100101 100011 1011100 0 1010101 100010101 1010101 1000

Color Harmonies of #180325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180325

Black with #180325

Text Example


Text Example

White with #180325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180325; }

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

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

background-color css

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

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

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

border-color css

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

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

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