Html Css Color HEX #180A22 Blackcurrant

📋 copy color: '#180A22'

red 24 ◦ green 10 ◦ blue 34

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

Shades of Blackcurrant #180A22

Tints of Blackcurrant #180A22

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.71%

 BLUE value IS 34 (13.67% from 255) = 50%

R = 35.29%
G = 14.71%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180A22 (or 0x180A22) is known color: Blackcurrant. HEX triplet: 18, 0A and 22. RGB value is (24,10,34). Sum of RGB (Red+Green+Blue) = 24+10+34=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 34 (13.67% from 255 or 50% from 68); Max value from RGB is 34 - color contains mainly: blue. Hex color #180A22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A22 is #E7F5DD. Grayscale: #101010. Windows color (decimal): -15201758 or 2230808. OLE color: 2230808.

HSL color Cylindrical-coordinate representation of color #180A22: hue angle of 275º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180A22 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 24 10 34 -
CMYK 0.29 0.71 0 0.87
HSL 275º 0.55% 0.09% -
HSV(B) 275º 0.71% 0.13% -
XYZ 0.77 0.53 1.57 -
YUV 16.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 24 10 34 0.29 0.71 0 0.87 275 0.55 0.09
Hex 18 A 22 1D 47 0 57 113 37 9
Octal 30 12 42 35 107 0 127 423 67 11
Binary 11000 1010 100010 11101 1000111 0 1010111 100010011 110111 1001

Color Harmonies of #180A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A22

Black with #180A22

Text Example


Text Example

White with #180A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,10,34); }

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

background-color css

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

 a { background-color: rgb(24,10,34); }

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

border-color css

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

 span { border-color: rgb(24,10,34); }

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