Html Css Color HEX #350A2A Blackberry

📋 copy color: '#350A2A'

red 53 ◦ green 10 ◦ blue 42

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

Shades of Blackberry #350A2A

Tints of Blackberry #350A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.52%

 BLUE value IS 42 (16.8% from 255) = 40%

R = 50.48%
G = 9.52%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.79

RGB Variations

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

Color information

#350A2A (or 0x350A2A) is known color: Blackberry. HEX triplet: 35, 0A and 2A. RGB value is (53,10,42). Sum of RGB (Red+Green+Blue) = 53+10+42=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #350A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A2A is #CAF5D5. Grayscale: #1A1A1A. Windows color (decimal): -13301206 or 2755125. OLE color: 2755125.

HSL color Cylindrical-coordinate representation of color #350A2A: hue angle of 315.35º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A2A is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 10 42 -
CMYK 0 0.81 0.21 0.79
HSL 315.35º 0.68% 0.12% -
HSV(B) 315.35º 0.81% 0.21% -
XYZ 1.99 1.14 2.31 -
YUV 26.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 53 10 42 0 0.81 0.21 0.79 315.35 0.68 0.12
Hex 35 A 2A 0 51 15 4F 13B 44 C
Octal 65 12 52 0 121 25 117 473 104 14
Binary 110101 1010 101010 0 1010001 10101 1001111 100111011 1000100 1100

Color Harmonies of #350A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A2A

Black with #350A2A

Text Example


Text Example

White with #350A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350A2A; }

 p { color: rgb(53,10,42); }

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

background-color css

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

 a { background-color: rgb(53,10,42); }

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

border-color css

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

 span { border-color: rgb(53,10,42); }

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