Html Css Color HEX #180230 Blackcurrant

📋 copy color: '#180230'

red 24 ◦ green 2 ◦ blue 48

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

Shades of Blackcurrant #180230

Tints of Blackcurrant #180230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.7%

 BLUE value IS 48 (19.14% from 255) = 64.86%

R = 32.43%
G = 2.7%
B = 64.86%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180230 (or 0x180230) is known color: Blackcurrant. HEX triplet: 18, 02 and 30. RGB value is (24,2,48). Sum of RGB (Red+Green+Blue) = 24+2+48=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #180230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180230 is #E7FDCF. Grayscale: #0D0D0D. Windows color (decimal): -15203792 or 3146264. OLE color: 3146264.

HSL color Cylindrical-coordinate representation of color #180230: hue angle of 268.7º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180230 is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 2 48 -
CMYK 0.5 0.96 0 0.81
HSL 268.7º 0.92% 0.1% -
HSV(B) 268.7º 0.96% 0.19% -
XYZ 0.93 0.45 2.83 -
YUV 13.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 24 2 48 0.5 0.96 0 0.81 268.7 0.92 0.1
Hex 18 2 30 32 60 0 51 10D 5C A
Octal 30 2 60 62 140 0 121 415 134 12
Binary 11000 10 110000 110010 1100000 0 1010001 100001101 1011100 1010

Color Harmonies of #180230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180230

Black with #180230

Text Example


Text Example

White with #180230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180230; }

 p { color: rgb(24,2,48); }

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

background-color css

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

 a { background-color: rgb(24,2,48); }

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

border-color css

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

 span { border-color: rgb(24,2,48); }

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