Html Css Color HEX #401130 Blackberry

📋 copy color: '#401130'

red 64 ◦ green 17 ◦ blue 48

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

Shades of Blackberry #401130

Tints of Blackberry #401130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 49.61%
G = 13.18%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#401130 (or 0x401130) is known color: Blackberry. HEX triplet: 40, 11 and 30. RGB value is (64,17,48). Sum of RGB (Red+Green+Blue) = 64+17+48=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401130 is #BFEECF. Grayscale: #222222. Windows color (decimal): -12578512 or 3150144. OLE color: 3150144.

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

Color convert

RGB 64 17 48 -
CMYK 0 0.73 0.25 0.75
HSL 320.43º 0.58% 0.16% -
HSV(B) 320.43º 0.73% 0.25% -
XYZ 2.85 1.7 2.98 -
YUV 34.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 64 17 48 0 0.73 0.25 0.75 320.43 0.58 0.16
Hex 40 11 30 0 49 19 4B 140 3A 10
Octal 100 21 60 0 111 31 113 500 72 20
Binary 1000000 10001 110000 0 1001001 11001 1001011 101000000 111010 10000

Color Harmonies of #401130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401130

Black with #401130

Text Example


Text Example

White with #401130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401130; }

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

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

background-color css

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

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

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

border-color css

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

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

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