Html Css Color HEX #401730 Blackberry

📋 copy color: '#401730'

red 64 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #401730

Tints of Blackberry #401730

RGB

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

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

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

R = 47.41%
G = 17.04%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#401730 (or 0x401730) is known color: Blackberry. HEX triplet: 40, 17 and 30. RGB value is (64,23,48). Sum of RGB (Red+Green+Blue) = 64+23+48=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #401730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401730 is #BFE8CF. Grayscale: #262626. Windows color (decimal): -12576976 or 3151680. OLE color: 3151680.

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

Color convert

RGB 64 23 48 -
CMYK 0 0.64 0.25 0.75
HSL 323.41º 0.47% 0.17% -
HSV(B) 323.41º 0.64% 0.25% -
XYZ 2.95 1.92 3.01 -
YUV 38.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 64 23 48 0 0.64 0.25 0.75 323.41 0.47 0.17
Hex 40 17 30 0 40 19 4B 143 2F 11
Octal 100 27 60 0 100 31 113 503 57 21
Binary 1000000 10111 110000 0 1000000 11001 1001011 101000011 101111 10001

Color Harmonies of #401730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401730

Black with #401730

Text Example


Text Example

White with #401730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401730; }

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

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

background-color css

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

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

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

border-color css

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

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

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