Html Css Color HEX #350319 Blackberry

📋 copy color: '#350319'

red 53 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #350319

Tints of Blackberry #350319

RGB

 RED value IS 53 (21.09% from 255) = 65.43%

 GREEN value IS 3 (1.56% from 255) = 3.7%

 BLUE value IS 25 (10.16% from 255) = 30.86%

R = 65.43%
G = 3.7%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#350319 (or 0x350319) is known color: Blackberry. HEX triplet: 35, 03 and 19. RGB value is (53,3,25). Sum of RGB (Red+Green+Blue) = 53+3+25=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350319 is #CAFCE6. Grayscale: #141414. Windows color (decimal): -13303015 or 1639221. OLE color: 1639221.

HSL color Cylindrical-coordinate representation of color #350319: hue angle of 333.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350319 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 25 -
CMYK 0 0.94 0.53 0.79
HSL 333.6º 0.89% 0.11% -
HSV(B) 333.6º 0.94% 0.21% -
XYZ 1.68 0.89 1 -
YUV 20.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 53 3 25 0 0.94 0.53 0.79 333.6 0.89 0.11
Hex 35 3 19 0 5E 35 4F 14E 59 B
Octal 65 3 31 0 136 65 117 516 131 13
Binary 110101 11 11001 0 1011110 110101 1001111 101001110 1011001 1011

Color Harmonies of #350319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350319

Black with #350319

Text Example


Text Example

White with #350319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350319; }

 p { color: rgb(53,3,25); }

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

background-color css

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

 a { background-color: rgb(53,3,25); }

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

border-color css

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

 span { border-color: rgb(53,3,25); }

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