Html Css Color HEX #180C2B Blackcurrant

📋 copy color: '#180C2B'

red 24 ◦ green 12 ◦ blue 43

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

Shades of Blackcurrant #180C2B

Tints of Blackcurrant #180C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.19%

 BLUE value IS 43 (17.19% from 255) = 54.43%

R = 30.38%
G = 15.19%
B = 54.43%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#180C2B (or 0x180C2B) is known color: Blackcurrant. HEX triplet: 18, 0C and 2B. RGB value is (24,12,43). Sum of RGB (Red+Green+Blue) = 24+12+43=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #180C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C2B is #E7F3D4. Grayscale: #131313. Windows color (decimal): -15201237 or 2821144. OLE color: 2821144.

HSL color Cylindrical-coordinate representation of color #180C2B: hue angle of 263.23º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #180C2B is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 12 43 -
CMYK 0.44 0.72 0 0.83
HSL 263.23º 0.56% 0.11% -
HSV(B) 263.23º 0.72% 0.17% -
XYZ 0.94 0.63 2.36 -
YUV 19.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 24 12 43 0.44 0.72 0 0.83 263.23 0.56 0.11
Hex 18 C 2B 2C 48 0 53 107 38 B
Octal 30 14 53 54 110 0 123 407 70 13
Binary 11000 1100 101011 101100 1001000 0 1010011 100000111 111000 1011

Color Harmonies of #180C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C2B

Black with #180C2B

Text Example


Text Example

White with #180C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,12,43); }

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

background-color css

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

 a { background-color: rgb(24,12,43); }

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

border-color css

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

 span { border-color: rgb(24,12,43); }

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