Html Css Color HEX #401635 Blackberry

📋 copy color: '#401635'

red 64 ◦ green 22 ◦ blue 53

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

Shades of Blackberry #401635

Tints of Blackberry #401635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

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

R = 46.04%
G = 15.83%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#401635 (or 0x401635) is known color: Blackberry. HEX triplet: 40, 16 and 35. RGB value is (64,22,53). Sum of RGB (Red+Green+Blue) = 64+22+53=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401635 is #BFE9CA. Grayscale: #262626. Windows color (decimal): -12577227 or 3479104. OLE color: 3479104.

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

Color convert

RGB 64 22 53 -
CMYK 0 0.66 0.17 0.75
HSL 315.71º 0.49% 0.17% -
HSV(B) 315.71º 0.66% 0.25% -
XYZ 3.04 1.92 3.58 -
YUV 38.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 64 22 53 0 0.66 0.17 0.75 315.71 0.49 0.17
Hex 40 16 35 0 42 11 4B 13C 31 11
Octal 100 26 65 0 102 21 113 474 61 21
Binary 1000000 10110 110101 0 1000010 10001 1001011 100111100 110001 10001

Color Harmonies of #401635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401635

Black with #401635

Text Example


Text Example

White with #401635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401635; }

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

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

background-color css

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

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

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

border-color css

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

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

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