Html Css Color HEX #401525 Blackberry

📋 copy color: '#401525'

red 64 ◦ green 21 ◦ blue 37

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

Shades of Blackberry #401525

Tints of Blackberry #401525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 52.46%
G = 17.21%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#401525 (or 0x401525) is known color: Blackberry. HEX triplet: 40, 15 and 25. RGB value is (64,21,37). Sum of RGB (Red+Green+Blue) = 64+21+37=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401525 is #BFEADA. Grayscale: #232323. Windows color (decimal): -12577499 or 2430272. OLE color: 2430272.

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

Color convert

RGB 64 21 37 -
CMYK 0 0.67 0.42 0.75
HSL 337.67º 0.51% 0.17% -
HSV(B) 337.67º 0.67% 0.25% -
XYZ 2.72 1.76 1.95 -
YUV 35.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 64 21 37 0 0.67 0.42 0.75 337.67 0.51 0.17
Hex 40 15 25 0 43 2A 4B 152 33 11
Octal 100 25 45 0 103 52 113 522 63 21
Binary 1000000 10101 100101 0 1000011 101010 1001011 101010010 110011 10001

Color Harmonies of #401525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401525

Black with #401525

Text Example


Text Example

White with #401525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401525; }

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

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

background-color css

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

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

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

border-color css

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

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

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