Html Css Color HEX #450252 Blackcurrant

📋 copy color: '#450252'

red 69 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #450252

Tints of Blackcurrant #450252

RGB

 RED value IS 69 (27.34% from 255) = 45.1%

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 45.1%
G = 1.31%
B = 53.59%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#450252 (or 0x450252) is known color: Blackcurrant. HEX triplet: 45, 02 and 52. RGB value is (69,2,82). Sum of RGB (Red+Green+Blue) = 69+2+82=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #450252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450252 is #BAFDAD. Grayscale: #1E1E1E. Windows color (decimal): -12254638 or 5374533. OLE color: 5374533.

HSL color Cylindrical-coordinate representation of color #450252: hue angle of 290.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450252 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 2 82 -
CMYK 0.16 0.98 0 0.68
HSL 290.25º 0.95% 0.16% -
HSV(B) 290.25º 0.98% 0.32% -
XYZ 4 1.92 8.14 -
YUV 31.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 69 2 82 0.16 0.98 0 0.68 290.25 0.95 0.16
Hex 45 2 52 10 62 0 44 122 5F 10
Octal 105 2 122 20 142 0 104 442 137 20
Binary 1000101 10 1010010 10000 1100010 0 1000100 100100010 1011111 10000

Color Harmonies of #450252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450252

Black with #450252

Text Example


Text Example

White with #450252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450252; }

 p { color: rgb(69,2,82); }

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

background-color css

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

 a { background-color: rgb(69,2,82); }

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

border-color css

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

 span { border-color: rgb(69,2,82); }

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