Html Css Color HEX #400331 Blackberry

📋 copy color: '#400331'

red 64 ◦ green 3 ◦ blue 49

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

Shades of Blackberry #400331

Tints of Blackberry #400331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

 BLUE value IS 49 (19.53% from 255) = 42.24%

R = 55.17%
G = 2.59%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#400331 (or 0x400331) is known color: Blackberry. HEX triplet: 40, 03 and 31. RGB value is (64,3,49). Sum of RGB (Red+Green+Blue) = 64+3+49=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #400331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400331 is #BFFCCE. Grayscale: #1A1A1A. Windows color (decimal): -12582095 or 3212096. OLE color: 3212096.

HSL color Cylindrical-coordinate representation of color #400331: hue angle of 314.75º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400331 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 3 49 -
CMYK 0 0.95 0.23 0.75
HSL 314.75º 0.91% 0.13% -
HSV(B) 314.75º 0.95% 0.25% -
XYZ 2.7 1.38 3.03 -
YUV 26.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 64 3 49 0 0.95 0.23 0.75 314.75 0.91 0.13
Hex 40 3 31 0 5F 17 4B 13B 5B D
Octal 100 3 61 0 137 27 113 473 133 15
Binary 1000000 11 110001 0 1011111 10111 1001011 100111011 1011011 1101

Color Harmonies of #400331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400331

Black with #400331

Text Example


Text Example

White with #400331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400331; }

 p { color: rgb(64,3,49); }

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

background-color css

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

 a { background-color: rgb(64,3,49); }

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

border-color css

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

 span { border-color: rgb(64,3,49); }

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