Html Css Color HEX #180434 Blackcurrant

📋 copy color: '#180434'

red 24 ◦ green 4 ◦ blue 52

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

Shades of Blackcurrant #180434

Tints of Blackcurrant #180434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5%

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

R = 30%
G = 5%
B = 65%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#180434 (or 0x180434) is known color: Blackcurrant. HEX triplet: 18, 04 and 34. RGB value is (24,4,52). Sum of RGB (Red+Green+Blue) = 24+4+52=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #180434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180434 is #E7FBCB. Grayscale: #0F0F0F. Windows color (decimal): -15203276 or 3408920. OLE color: 3408920.

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

Color convert

RGB 24 4 52 -
CMYK 0.54 0.92 0 0.80
HSL 265º 0.86% 0.11% -
HSV(B) 265º 0.92% 0.2% -
XYZ 1.04 0.53 3.3 -
YUV 15.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 24 4 52 0.54 0.92 0 0.80 265 0.86 0.11
Hex 18 4 34 36 5C 0 50 109 56 B
Octal 30 4 64 66 134 0 120 411 126 13
Binary 11000 100 110100 110110 1011100 0 1010000 100001001 1010110 1011

Color Harmonies of #180434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180434

Black with #180434

Text Example


Text Example

White with #180434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180434; }

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

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

background-color css

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

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

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

border-color css

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

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

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