Html Css Color HEX #35112B Blackberry

📋 copy color: '#35112B'

red 53 ◦ green 17 ◦ blue 43

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

Shades of Blackberry #35112B

Tints of Blackberry #35112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.04%

 BLUE value IS 43 (17.19% from 255) = 38.05%

R = 46.9%
G = 15.04%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#35112B (or 0x35112B) is known color: Blackberry. HEX triplet: 35, 11 and 2B. RGB value is (53,17,43). Sum of RGB (Red+Green+Blue) = 53+17+43=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #35112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112B is #CAEED4. Grayscale: #1E1E1E. Windows color (decimal): -13299413 or 2822453. OLE color: 2822453.

HSL color Cylindrical-coordinate representation of color #35112B: hue angle of 316.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35112B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 43 -
CMYK 0 0.68 0.19 0.79
HSL 316.67º 0.51% 0.14% -
HSV(B) 316.67º 0.68% 0.21% -
XYZ 2.1 1.33 2.43 -
YUV 30.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 53 17 43 0 0.68 0.19 0.79 316.67 0.51 0.14
Hex 35 11 2B 0 44 13 4F 13D 33 E
Octal 65 21 53 0 104 23 117 475 63 16
Binary 110101 10001 101011 0 1000100 10011 1001111 100111101 110011 1110

Color Harmonies of #35112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35112B

Black with #35112B

Text Example


Text Example

White with #35112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35112B; }

 p { color: rgb(53,17,43); }

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

background-color css

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

 a { background-color: rgb(53,17,43); }

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

border-color css

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

 span { border-color: rgb(53,17,43); }

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