Html Css Color HEX #18052E Blackcurrant

📋 copy color: '#18052E'

red 24 ◦ green 5 ◦ blue 46

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

Shades of Blackcurrant #18052E

Tints of Blackcurrant #18052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.67%

 BLUE value IS 46 (18.36% from 255) = 61.33%

R = 32%
G = 6.67%
B = 61.33%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18052E (or 0x18052E) is known color: Blackcurrant. HEX triplet: 18, 05 and 2E. RGB value is (24,5,46). Sum of RGB (Red+Green+Blue) = 24+5+46=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #18052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18052E is #E7FAD1. Grayscale: #0F0F0F. Windows color (decimal): -15203026 or 3015960. OLE color: 3015960.

HSL color Cylindrical-coordinate representation of color #18052E: hue angle of 267.8º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18052E is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 5 46 -
CMYK 0.48 0.89 0 0.82
HSL 267.8º 0.8% 0.1% -
HSV(B) 267.8º 0.89% 0.18% -
XYZ 0.92 0.5 2.63 -
YUV 15.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 24 5 46 0.48 0.89 0 0.82 267.8 0.8 0.1
Hex 18 5 2E 30 59 0 52 10C 50 A
Octal 30 5 56 60 131 0 122 414 120 12
Binary 11000 101 101110 110000 1011001 0 1010010 100001100 1010000 1010

Color Harmonies of #18052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18052E

Black with #18052E

Text Example


Text Example

White with #18052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18052E; }

 p { color: rgb(24,5,46); }

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

background-color css

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

 a { background-color: rgb(24,5,46); }

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

border-color css

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

 span { border-color: rgb(24,5,46); }

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