Html Css Color HEX #180B25 Blackcurrant

📋 copy color: '#180B25'

red 24 ◦ green 11 ◦ blue 37

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

Shades of Blackcurrant #180B25

Tints of Blackcurrant #180B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.28%

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

R = 33.33%
G = 15.28%
B = 51.39%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#180B25 (or 0x180B25) is known color: Blackcurrant. HEX triplet: 18, 0B and 25. RGB value is (24,11,37). Sum of RGB (Red+Green+Blue) = 24+11+37=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #180B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B25 is #E7F4DA. Grayscale: #111111. Windows color (decimal): -15201499 or 2427672. OLE color: 2427672.

HSL color Cylindrical-coordinate representation of color #180B25: hue angle of 270º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #180B25 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 11 37 -
CMYK 0.35 0.70 0 0.85
HSL 270º 0.54% 0.09% -
HSV(B) 270º 0.7% 0.15% -
XYZ 0.83 0.57 1.82 -
YUV 17.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 24 11 37 0.35 0.70 0 0.85 270 0.54 0.09
Hex 18 B 25 23 46 0 55 10E 36 9
Octal 30 13 45 43 106 0 125 416 66 11
Binary 11000 1011 100101 100011 1000110 0 1010101 100001110 110110 1001

Color Harmonies of #180B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B25

Black with #180B25

Text Example


Text Example

White with #180B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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