Html Css Color HEX #180425 Blackcurrant

📋 copy color: '#180425'

red 24 ◦ green 4 ◦ blue 37

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

Shades of Blackcurrant #180425

Tints of Blackcurrant #180425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.15%

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

R = 36.92%
G = 6.15%
B = 56.92%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180425 (or 0x180425) is known color: Blackcurrant. HEX triplet: 18, 04 and 25. RGB value is (24,4,37). Sum of RGB (Red+Green+Blue) = 24+4+37=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #180425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180425 is #E7FBDA. Grayscale: #0D0D0D. Windows color (decimal): -15203291 or 2425880. OLE color: 2425880.

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

Color convert

RGB 24 4 37 -
CMYK 0.35 0.89 0 0.85
HSL 276.36º 0.8% 0.08% -
HSV(B) 276.36º 0.89% 0.15% -
XYZ 0.75 0.41 1.79 -
YUV 13.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 24 4 37 0.35 0.89 0 0.85 276.36 0.8 0.08
Hex 18 4 25 23 59 0 55 114 50 8
Octal 30 4 45 43 131 0 125 424 120 10
Binary 11000 100 100101 100011 1011001 0 1010101 100010100 1010000 1000

Color Harmonies of #180425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180425

Black with #180425

Text Example


Text Example

White with #180425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180425; }

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

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

background-color css

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

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

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

border-color css

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

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

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