Html Css Color HEX #400237 Blackberry

📋 copy color: '#400237'

red 64 ◦ green 2 ◦ blue 55

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

Shades of Blackberry #400237

Tints of Blackberry #400237

RGB

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

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

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

R = 52.89%
G = 1.65%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#400237 (or 0x400237) is known color: Blackberry. HEX triplet: 40, 02 and 37. RGB value is (64,2,55). Sum of RGB (Red+Green+Blue) = 64+2+55=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400237 is #BFFDC8. Grayscale: #1A1A1A. Windows color (decimal): -12582345 or 3605056. OLE color: 3605056.

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

Color convert

RGB 64 2 55 -
CMYK 0 0.97 0.14 0.75
HSL 308.71º 0.94% 0.13% -
HSV(B) 308.71º 0.97% 0.25% -
XYZ 2.83 1.41 3.74 -
YUV 26.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 64 2 55 0 0.97 0.14 0.75 308.71 0.94 0.13
Hex 40 2 37 0 61 E 4B 135 5E D
Octal 100 2 67 0 141 16 113 465 136 15
Binary 1000000 10 110111 0 1100001 1110 1001011 100110101 1011110 1101

Color Harmonies of #400237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400237

Black with #400237

Text Example


Text Example

White with #400237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400237; }

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

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

background-color css

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

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

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

border-color css

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

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

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