Html Css Color HEX #35132B Blackberry

📋 copy color: '#35132B'

red 53 ◦ green 19 ◦ blue 43

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

Shades of Blackberry #35132B

Tints of Blackberry #35132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.52%

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

R = 46.09%
G = 16.52%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#35132B (or 0x35132B) is known color: Blackberry. HEX triplet: 35, 13 and 2B. RGB value is (53,19,43). Sum of RGB (Red+Green+Blue) = 53+19+43=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35132B is #CAECD4. Grayscale: #1F1F1F. Windows color (decimal): -13298901 or 2822965. OLE color: 2822965.

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

Color convert

RGB 53 19 43 -
CMYK 0 0.64 0.19 0.79
HSL 317.65º 0.47% 0.14% -
HSV(B) 317.65º 0.64% 0.21% -
XYZ 2.14 1.4 2.44 -
YUV 31.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 53 19 43 0 0.64 0.19 0.79 317.65 0.47 0.14
Hex 35 13 2B 0 40 13 4F 13E 2F E
Octal 65 23 53 0 100 23 117 476 57 16
Binary 110101 10011 101011 0 1000000 10011 1001111 100111110 101111 1110

Color Harmonies of #35132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35132B

Black with #35132B

Text Example


Text Example

White with #35132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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