Html Css Color HEX #150635 Blackcurrant

📋 copy color: '#150635'

red 21 ◦ green 6 ◦ blue 53

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

Shades of Blackcurrant #150635

Tints of Blackcurrant #150635

RGB

 RED value IS 21 (8.59% from 255) = 26.25%

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

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

R = 26.25%
G = 7.5%
B = 66.25%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#150635 (or 0x150635) is known color: Blackcurrant. HEX triplet: 15, 06 and 35. RGB value is (21,6,53). Sum of RGB (Red+Green+Blue) = 21+6+53=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #150635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150635 is #EAF9CA. Grayscale: #0F0F0F. Windows color (decimal): -15399371 or 3474965. OLE color: 3474965.

HSL color Cylindrical-coordinate representation of color #150635: hue angle of 259.15º 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 #150635 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 6 53 -
CMYK 0.60 0.89 0 0.79
HSL 259.15º 0.8% 0.12% -
HSV(B) 259.15º 0.89% 0.21% -
XYZ 1.02 0.55 3.42 -
YUV 15.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 21 6 53 0.60 0.89 0 0.79 259.15 0.8 0.12
Hex 15 6 35 3C 59 0 4F 103 50 C
Octal 25 6 65 74 131 0 117 403 120 14
Binary 10101 110 110101 111100 1011001 0 1001111 100000011 1010000 1100

Color Harmonies of #150635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150635

Black with #150635

Text Example


Text Example

White with #150635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150635; }

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

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

background-color css

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

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

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

border-color css

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

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

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