Html Css Color HEX #401734 Blackberry

📋 copy color: '#401734'

red 64 ◦ green 23 ◦ blue 52

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

Shades of Blackberry #401734

Tints of Blackberry #401734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.41%

R = 46.04%
G = 16.55%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#401734 (or 0x401734) is known color: Blackberry. HEX triplet: 40, 17 and 34. RGB value is (64,23,52). Sum of RGB (Red+Green+Blue) = 64+23+52=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #401734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401734 is #BFE8CB. Grayscale: #262626. Windows color (decimal): -12576972 or 3413824. OLE color: 3413824.

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

Color convert

RGB 64 23 52 -
CMYK 0 0.64 0.19 0.75
HSL 317.56º 0.47% 0.17% -
HSV(B) 317.56º 0.64% 0.25% -
XYZ 3.04 1.95 3.47 -
YUV 38.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 64 23 52 0 0.64 0.19 0.75 317.56 0.47 0.17
Hex 40 17 34 0 40 13 4B 13E 2F 11
Octal 100 27 64 0 100 23 113 476 57 21
Binary 1000000 10111 110100 0 1000000 10011 1001011 100111110 101111 10001

Color Harmonies of #401734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401734

Black with #401734

Text Example


Text Example

White with #401734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401734; }

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

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

background-color css

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

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

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

border-color css

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

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

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