Html Css Color HEX #400252 Blackcurrant

📋 copy color: '#400252'

red 64 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #400252

Tints of Blackcurrant #400252

RGB

 RED value IS 64 (25.39% from 255) = 43.24%

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

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

R = 43.24%
G = 1.35%
B = 55.41%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#400252 (or 0x400252) is known color: Blackcurrant. HEX triplet: 40, 02 and 52. RGB value is (64,2,82). Sum of RGB (Red+Green+Blue) = 64+2+82=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #400252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400252 is #BFFDAD. Grayscale: #1D1D1D. Windows color (decimal): -12582318 or 5374528. OLE color: 5374528.

HSL color Cylindrical-coordinate representation of color #400252: hue angle of 286.5º 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 #400252 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 2 82 -
CMYK 0.22 0.98 0 0.68
HSL 286.5º 0.95% 0.16% -
HSV(B) 286.5º 0.98% 0.32% -
XYZ 3.66 1.74 8.13 -
YUV 29.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 64 2 82 0.22 0.98 0 0.68 286.5 0.95 0.16
Hex 40 2 52 16 62 0 44 11E 5F 10
Octal 100 2 122 26 142 0 104 436 137 20
Binary 1000000 10 1010010 10110 1100010 0 1000100 100011110 1011111 10000

Color Harmonies of #400252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400252

Black with #400252

Text Example


Text Example

White with #400252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400252; }

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

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

background-color css

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

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

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

border-color css

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

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

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