Html Css Color HEX #350D1E Blackberry

📋 copy color: '#350D1E'

red 53 ◦ green 13 ◦ blue 30

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

Shades of Blackberry #350D1E

Tints of Blackberry #350D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.54%

 BLUE value IS 30 (12.11% from 255) = 31.25%

R = 55.21%
G = 13.54%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#350D1E (or 0x350D1E) is known color: Blackberry. HEX triplet: 35, 0D and 1E. RGB value is (53,13,30). Sum of RGB (Red+Green+Blue) = 53+13+30=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D1E is #CAF2E1. Grayscale: #1A1A1A. Windows color (decimal): -13300450 or 1969461. OLE color: 1969461.

HSL color Cylindrical-coordinate representation of color #350D1E: hue angle of 334.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D1E is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 13 30 -
CMYK 0 0.75 0.43 0.79
HSL 334.5º 0.61% 0.13% -
HSV(B) 334.5º 0.75% 0.21% -
XYZ 1.85 1.14 1.35 -
YUV 26.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 53 13 30 0 0.75 0.43 0.79 334.5 0.61 0.13
Hex 35 D 1E 0 4B 2B 4F 14E 3D D
Octal 65 15 36 0 113 53 117 516 75 15
Binary 110101 1101 11110 0 1001011 101011 1001111 101001110 111101 1101

Color Harmonies of #350D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D1E

Black with #350D1E

Text Example


Text Example

White with #350D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,30); }

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

background-color css

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

 a { background-color: rgb(53,13,30); }

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

border-color css

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

 span { border-color: rgb(53,13,30); }

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