Html Css Color HEX #180F25 Blackcurrant

📋 copy color: '#180F25'

red 24 ◦ green 15 ◦ blue 37

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

Shades of Blackcurrant #180F25

Tints of Blackcurrant #180F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.74%

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

R = 31.58%
G = 19.74%
B = 48.68%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180F25 (or 0x180F25) is known color: Blackcurrant. HEX triplet: 18, 0F and 25. RGB value is (24,15,37). Sum of RGB (Red+Green+Blue) = 24+15+37=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #180F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180F25 is #E7F0DA. Grayscale: #141414. Windows color (decimal): -15200475 or 2428696. OLE color: 2428696.

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

Color convert

RGB 24 15 37 -
CMYK 0.35 0.59 0 0.85
HSL 264.55º 0.42% 0.1% -
HSV(B) 264.55º 0.59% 0.15% -
XYZ 0.88 0.67 1.83 -
YUV 20.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 24 15 37 0.35 0.59 0 0.85 264.55 0.42 0.1
Hex 18 F 25 23 3B 0 55 109 2A A
Octal 30 17 45 43 73 0 125 411 52 12
Binary 11000 1111 100101 100011 111011 0 1010101 100001001 101010 1010

Color Harmonies of #180F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F25

Black with #180F25

Text Example


Text Example

White with #180F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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