Html Css Color HEX #400225 Blackberry

📋 copy color: '#400225'

red 64 ◦ green 2 ◦ blue 37

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

Shades of Blackberry #400225

Tints of Blackberry #400225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 35.92%

R = 62.14%
G = 1.94%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#400225 (or 0x400225) is known color: Blackberry. HEX triplet: 40, 02 and 25. RGB value is (64,2,37). Sum of RGB (Red+Green+Blue) = 64+2+37=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #400225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400225 is #BFFDDA. Grayscale: #181818. Windows color (decimal): -12582363 or 2425408. OLE color: 2425408.

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

Color convert

RGB 64 2 37 -
CMYK 0 0.97 0.42 0.75
HSL 326.13º 0.94% 0.13% -
HSV(B) 326.13º 0.97% 0.25% -
XYZ 2.47 1.27 1.86 -
YUV 24.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 64 2 37 0 0.97 0.42 0.75 326.13 0.94 0.13
Hex 40 2 25 0 61 2A 4B 146 5E D
Octal 100 2 45 0 141 52 113 506 136 15
Binary 1000000 10 100101 0 1100001 101010 1001011 101000110 1011110 1101

Color Harmonies of #400225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400225

Black with #400225

Text Example


Text Example

White with #400225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400225; }

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

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

background-color css

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

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

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

border-color css

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

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

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