Html Css Color HEX #401735 Blackberry

📋 copy color: '#401735'

red 64 ◦ green 23 ◦ blue 53

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

Shades of Blackberry #401735

Tints of Blackberry #401735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 45.71%
G = 16.43%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#401735 (or 0x401735) is known color: Blackberry. HEX triplet: 40, 17 and 35. RGB value is (64,23,53). Sum of RGB (Red+Green+Blue) = 64+23+53=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #401735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401735 is #BFE8CA. Grayscale: #262626. Windows color (decimal): -12576971 or 3479360. OLE color: 3479360.

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

Color convert

RGB 64 23 53 -
CMYK 0 0.64 0.17 0.75
HSL 316.1º 0.47% 0.17% -
HSV(B) 316.1º 0.64% 0.25% -
XYZ 3.06 1.96 3.58 -
YUV 38.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 64 23 53 0 0.64 0.17 0.75 316.1 0.47 0.17
Hex 40 17 35 0 40 11 4B 13C 2F 11
Octal 100 27 65 0 100 21 113 474 57 21
Binary 1000000 10111 110101 0 1000000 10001 1001011 100111100 101111 10001

Color Harmonies of #401735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401735

Black with #401735

Text Example


Text Example

White with #401735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401735; }

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

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

background-color css

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

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

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

border-color css

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

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

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