Html Css Color HEX #401125 Blackberry

📋 copy color: '#401125'

red 64 ◦ green 17 ◦ blue 37

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

Shades of Blackberry #401125

Tints of Blackberry #401125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 54.24%
G = 14.41%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#401125 (or 0x401125) is known color: Blackberry. HEX triplet: 40, 11 and 25. RGB value is (64,17,37). Sum of RGB (Red+Green+Blue) = 64+17+37=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401125 is #BFEEDA. Grayscale: #212121. Windows color (decimal): -12578523 or 2429248. OLE color: 2429248.

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

Color convert

RGB 64 17 37 -
CMYK 0 0.73 0.42 0.75
HSL 334.47º 0.58% 0.16% -
HSV(B) 334.47º 0.73% 0.25% -
XYZ 2.65 1.62 1.92 -
YUV 33.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 64 17 37 0 0.73 0.42 0.75 334.47 0.58 0.16
Hex 40 11 25 0 49 2A 4B 14E 3A 10
Octal 100 21 45 0 111 52 113 516 72 20
Binary 1000000 10001 100101 0 1001001 101010 1001011 101001110 111010 10000

Color Harmonies of #401125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401125

Black with #401125

Text Example


Text Example

White with #401125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401125; }

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

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

background-color css

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

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

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

border-color css

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

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

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