Html Css Color HEX #400231 Blackberry

📋 copy color: '#400231'

red 64 ◦ green 2 ◦ blue 49

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

Shades of Blackberry #400231

Tints of Blackberry #400231

RGB

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

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

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

R = 55.65%
G = 1.74%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#400231 (or 0x400231) is known color: Blackberry. HEX triplet: 40, 02 and 31. RGB value is (64,2,49). Sum of RGB (Red+Green+Blue) = 64+2+49=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400231 is #BFFDCE. Grayscale: #191919. Windows color (decimal): -12582351 or 3211840. OLE color: 3211840.

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

Color convert

RGB 64 2 49 -
CMYK 0 0.97 0.23 0.75
HSL 314.52º 0.94% 0.13% -
HSV(B) 314.52º 0.97% 0.25% -
XYZ 2.69 1.36 3.03 -
YUV 25.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 64 2 49 0 0.97 0.23 0.75 314.52 0.94 0.13
Hex 40 2 31 0 61 17 4B 13B 5E D
Octal 100 2 61 0 141 27 113 473 136 15
Binary 1000000 10 110001 0 1100001 10111 1001011 100111011 1011110 1101

Color Harmonies of #400231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400231

Black with #400231

Text Example


Text Example

White with #400231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400231; }

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

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

background-color css

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

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

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

border-color css

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

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

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