Html Css Color HEX #401135 Blackberry

📋 copy color: '#401135'

red 64 ◦ green 17 ◦ blue 53

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

Shades of Blackberry #401135

Tints of Blackberry #401135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.55%

R = 47.76%
G = 12.69%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#401135 (or 0x401135) is known color: Blackberry. HEX triplet: 40, 11 and 35. RGB value is (64,17,53). Sum of RGB (Red+Green+Blue) = 64+17+53=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401135 is #BFEECA. Grayscale: #232323. Windows color (decimal): -12578507 or 3477824. OLE color: 3477824.

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

Color convert

RGB 64 17 53 -
CMYK 0 0.73 0.17 0.75
HSL 314.04º 0.58% 0.16% -
HSV(B) 314.04º 0.73% 0.25% -
XYZ 2.96 1.75 3.55 -
YUV 35.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 64 17 53 0 0.73 0.17 0.75 314.04 0.58 0.16
Hex 40 11 35 0 49 11 4B 13A 3A 10
Octal 100 21 65 0 111 21 113 472 72 20
Binary 1000000 10001 110101 0 1001001 10001 1001011 100111010 111010 10000

Color Harmonies of #401135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401135

Black with #401135

Text Example


Text Example

White with #401135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401135; }

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

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

background-color css

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

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

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

border-color css

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

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

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