Html Css Color HEX #180334 Blackcurrant

📋 copy color: '#180334'

red 24 ◦ green 3 ◦ blue 52

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

Shades of Blackcurrant #180334

Tints of Blackcurrant #180334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 65.82%

R = 30.38%
G = 3.8%
B = 65.82%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#180334 (or 0x180334) is known color: Blackcurrant. HEX triplet: 18, 03 and 34. RGB value is (24,3,52). Sum of RGB (Red+Green+Blue) = 24+3+52=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #180334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180334 is #E7FCCB. Grayscale: #0E0E0E. Windows color (decimal): -15203532 or 3408664. OLE color: 3408664.

HSL color Cylindrical-coordinate representation of color #180334: hue angle of 265.71º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180334 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 3 52 -
CMYK 0.54 0.94 0 0.80
HSL 265.71º 0.89% 0.11% -
HSV(B) 265.71º 0.94% 0.2% -
XYZ 1.03 0.51 3.29 -
YUV 14.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 24 3 52 0.54 0.94 0 0.80 265.71 0.89 0.11
Hex 18 3 34 36 5E 0 50 10A 59 B
Octal 30 3 64 66 136 0 120 412 131 13
Binary 11000 11 110100 110110 1011110 0 1010000 100001010 1011001 1011

Color Harmonies of #180334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180334

Black with #180334

Text Example


Text Example

White with #180334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180334; }

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

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

background-color css

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

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

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

border-color css

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

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

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