Html Css Color HEX #351C29 Blackberry

📋 copy color: '#351C29'

red 53 ◦ green 28 ◦ blue 41

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

Shades of Blackberry #351C29

Tints of Blackberry #351C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.95%

 BLUE value IS 41 (16.41% from 255) = 33.61%

R = 43.44%
G = 22.95%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#351C29 (or 0x351C29) is known color: Blackberry. HEX triplet: 35, 1C and 29. RGB value is (53,28,41). Sum of RGB (Red+Green+Blue) = 53+28+41=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #351C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C29 is #CAE3D6. Grayscale: #242424. Windows color (decimal): -13296599 or 2694197. OLE color: 2694197.

HSL color Cylindrical-coordinate representation of color #351C29: hue angle of 328.8º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351C29 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 28 41 -
CMYK 0 0.47 0.23 0.79
HSL 328.8º 0.31% 0.16% -
HSV(B) 328.8º 0.47% 0.21% -
XYZ 2.28 1.75 2.31 -
YUV 36.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 53 28 41 0 0.47 0.23 0.79 328.8 0.31 0.16
Hex 35 1C 29 0 2F 17 4F 149 1F 10
Octal 65 34 51 0 57 27 117 511 37 20
Binary 110101 11100 101001 0 101111 10111 1001111 101001001 11111 10000

Color Harmonies of #351C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C29

Black with #351C29

Text Example


Text Example

White with #351C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351C29; }

 p { color: rgb(53,28,41); }

 H1.HeaderClassName
 {
   color: #351C29;
 }
 .AnyTagClassName
 {
   color: #351C29;
 }
</style>

background-color css

<style>
 a { background-color: #351C29; }

 a { background-color: rgb(53,28,41); }

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

border-color css

<style>
 span { border-color: #351C29; }

 span { border-color: rgb(53,28,41); }

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