Html Css Color HEX #400A25 Blackberry

📋 copy color: '#400A25'

red 64 ◦ green 10 ◦ blue 37

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

Shades of Blackberry #400A25

Tints of Blackberry #400A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.01%

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

R = 57.66%
G = 9.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#400A25 (or 0x400A25) is known color: Blackberry. HEX triplet: 40, 0A and 25. RGB value is (64,10,37). Sum of RGB (Red+Green+Blue) = 64+10+37=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #400A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A25 is #BFF5DA. Grayscale: #1D1D1D. Windows color (decimal): -12580315 or 2427456. OLE color: 2427456.

HSL color Cylindrical-coordinate representation of color #400A25: hue angle of 330º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400A25 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 10 37 -
CMYK 0 0.84 0.42 0.75
HSL 330º 0.73% 0.15% -
HSV(B) 330º 0.84% 0.25% -
XYZ 2.56 1.44 1.89 -
YUV 29.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 64 10 37 0 0.84 0.42 0.75 330 0.73 0.15
Hex 40 A 25 0 54 2A 4B 14A 49 F
Octal 100 12 45 0 124 52 113 512 111 17
Binary 1000000 1010 100101 0 1010100 101010 1001011 101001010 1001001 1111

Color Harmonies of #400A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A25

Black with #400A25

Text Example


Text Example

White with #400A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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