Html Css Color HEX #180635 Blackcurrant

📋 copy color: '#180635'

red 24 ◦ green 6 ◦ blue 53

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

Shades of Blackcurrant #180635

Tints of Blackcurrant #180635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.23%

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

R = 28.92%
G = 7.23%
B = 63.86%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#180635 (or 0x180635) is known color: Blackcurrant. HEX triplet: 18, 06 and 35. RGB value is (24,6,53). Sum of RGB (Red+Green+Blue) = 24+6+53=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 53 (21.09% from 255 or 63.86% from 83); Max value from RGB is 53 - color contains mainly: blue. Hex color #180635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180635 is #E7F9CA. Grayscale: #101010. Windows color (decimal): -15202763 or 3474968. OLE color: 3474968.

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

Color convert

RGB 24 6 53 -
CMYK 0.55 0.89 0 0.79
HSL 262.98º 0.8% 0.12% -
HSV(B) 262.98º 0.89% 0.21% -
XYZ 1.08 0.58 3.42 -
YUV 16.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 24 6 53 0.55 0.89 0 0.79 262.98 0.8 0.12
Hex 18 6 35 37 59 0 4F 107 50 C
Octal 30 6 65 67 131 0 117 407 120 14
Binary 11000 110 110101 110111 1011001 0 1001111 100000111 1010000 1100

Color Harmonies of #180635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180635

Black with #180635

Text Example


Text Example

White with #180635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180635; }

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

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

background-color css

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

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

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

border-color css

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

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

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