Html Css Color HEX #400337 Blackberry

📋 copy color: '#400337'

red 64 ◦ green 3 ◦ blue 55

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

Shades of Blackberry #400337

Tints of Blackberry #400337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 45.08%

R = 52.46%
G = 2.46%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#400337 (or 0x400337) is known color: Blackberry. HEX triplet: 40, 03 and 37. RGB value is (64,3,55). Sum of RGB (Red+Green+Blue) = 64+3+55=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #400337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400337 is #BFFCC8. Grayscale: #1B1B1B. Windows color (decimal): -12582089 or 3605312. OLE color: 3605312.

HSL color Cylindrical-coordinate representation of color #400337: hue angle of 308.85º 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 #400337 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 3 55 -
CMYK 0 0.95 0.14 0.75
HSL 308.85º 0.91% 0.13% -
HSV(B) 308.85º 0.95% 0.25% -
XYZ 2.84 1.43 3.74 -
YUV 27.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 64 3 55 0 0.95 0.14 0.75 308.85 0.91 0.13
Hex 40 3 37 0 5F E 4B 135 5B D
Octal 100 3 67 0 137 16 113 465 133 15
Binary 1000000 11 110111 0 1011111 1110 1001011 100110101 1011011 1101

Color Harmonies of #400337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400337

Black with #400337

Text Example


Text Example

White with #400337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400337; }

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

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

background-color css

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

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

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

border-color css

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

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

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