Html Css Color HEX #180935 Blackcurrant

📋 copy color: '#180935'

red 24 ◦ green 9 ◦ blue 53

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

Shades of Blackcurrant #180935

Tints of Blackcurrant #180935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.47%

 BLUE value IS 53 (21.09% from 255) = 61.63%

R = 27.91%
G = 10.47%
B = 61.63%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#180935 (or 0x180935) is known color: Blackcurrant. HEX triplet: 18, 09 and 35. RGB value is (24,9,53). Sum of RGB (Red+Green+Blue) = 24+9+53=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #180935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180935 is #E7F6CA. Grayscale: #121212. Windows color (decimal): -15201995 or 3475736. OLE color: 3475736.

HSL color Cylindrical-coordinate representation of color #180935: hue angle of 260.45º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180935 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 9 53 -
CMYK 0.55 0.83 0 0.79
HSL 260.45º 0.71% 0.12% -
HSV(B) 260.45º 0.83% 0.21% -
XYZ 1.12 0.65 3.43 -
YUV 18.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 24 9 53 0.55 0.83 0 0.79 260.45 0.71 0.12
Hex 18 9 35 37 53 0 4F 104 47 C
Octal 30 11 65 67 123 0 117 404 107 14
Binary 11000 1001 110101 110111 1010011 0 1001111 100000100 1000111 1100

Color Harmonies of #180935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180935

Black with #180935

Text Example


Text Example

White with #180935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180935; }

 p { color: rgb(24,9,53); }

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

background-color css

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

 a { background-color: rgb(24,9,53); }

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

border-color css

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

 span { border-color: rgb(24,9,53); }

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