Html Css Color HEX #350A1D Blackberry

📋 copy color: '#350A1D'

red 53 ◦ green 10 ◦ blue 29

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

Shades of Blackberry #350A1D

Tints of Blackberry #350A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 57.61%
G = 10.87%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.79

RGB Variations

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

Color information

#350A1D (or 0x350A1D) is known color: Blackberry. HEX triplet: 35, 0A and 1D. RGB value is (53,10,29). Sum of RGB (Red+Green+Blue) = 53+10+29=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A1D is #CAF5E2. Grayscale: #181818. Windows color (decimal): -13301219 or 1903157. OLE color: 1903157.

HSL color Cylindrical-coordinate representation of color #350A1D: hue angle of 333.49º 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 #350A1D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 10 29 -
CMYK 0 0.81 0.45 0.79
HSL 333.49º 0.68% 0.12% -
HSV(B) 333.49º 0.81% 0.21% -
XYZ 1.8 1.06 1.27 -
YUV 25.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 53 10 29 0 0.81 0.45 0.79 333.49 0.68 0.12
Hex 35 A 1D 0 51 2D 4F 14D 44 C
Octal 65 12 35 0 121 55 117 515 104 14
Binary 110101 1010 11101 0 1010001 101101 1001111 101001101 1000100 1100

Color Harmonies of #350A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A1D

Black with #350A1D

Text Example


Text Example

White with #350A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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