Html Css Color HEX #180330 Blackcurrant

📋 copy color: '#180330'

red 24 ◦ green 3 ◦ blue 48

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

Shades of Blackcurrant #180330

Tints of Blackcurrant #180330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

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

R = 32%
G = 4%
B = 64%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180330 (or 0x180330) is known color: Blackcurrant. HEX triplet: 18, 03 and 30. RGB value is (24,3,48). Sum of RGB (Red+Green+Blue) = 24+3+48=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #180330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180330 is #E7FCCF. Grayscale: #0E0E0E. Windows color (decimal): -15203536 or 3146520. OLE color: 3146520.

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

Color convert

RGB 24 3 48 -
CMYK 0.5 0.94 0 0.81
HSL 268º 0.88% 0.1% -
HSV(B) 268º 0.94% 0.19% -
XYZ 0.94 0.47 2.84 -
YUV 14.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 24 3 48 0.5 0.94 0 0.81 268 0.88 0.1
Hex 18 3 30 32 5E 0 51 10C 58 A
Octal 30 3 60 62 136 0 121 414 130 12
Binary 11000 11 110000 110010 1011110 0 1010001 100001100 1011000 1010

Color Harmonies of #180330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180330

Black with #180330

Text Example


Text Example

White with #180330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180330; }

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

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

background-color css

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

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

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

border-color css

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

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

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