Html Css Color HEX #400425 Blackberry

📋 copy color: '#400425'

red 64 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #400425

Tints of Blackberry #400425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.81%

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

R = 60.95%
G = 3.81%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#400425 (or 0x400425) is known color: Blackberry. HEX triplet: 40, 04 and 25. RGB value is (64,4,37). Sum of RGB (Red+Green+Blue) = 64+4+37=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400425 is #BFFBDA. Grayscale: #191919. Windows color (decimal): -12581851 or 2425920. OLE color: 2425920.

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

Color convert

RGB 64 4 37 -
CMYK 0 0.94 0.42 0.75
HSL 327º 0.88% 0.13% -
HSV(B) 327º 0.94% 0.25% -
XYZ 2.49 1.31 1.87 -
YUV 25.7 134.38 155.32 -
System Red Green Blue C M Y K H S L
Decimal 64 4 37 0 0.94 0.42 0.75 327 0.88 0.13
Hex 40 4 25 0 5E 2A 4B 147 58 D
Octal 100 4 45 0 136 52 113 507 130 15
Binary 1000000 100 100101 0 1011110 101010 1001011 101000111 1011000 1101

Color Harmonies of #400425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400425

Black with #400425

Text Example


Text Example

White with #400425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400425; }

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

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

background-color css

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

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

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

border-color css

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

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

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