Html Css Color HEX #351325 Blackberry

📋 copy color: '#351325'

red 53 ◦ green 19 ◦ blue 37

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

Shades of Blackberry #351325

Tints of Blackberry #351325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.94%

R = 48.62%
G = 17.43%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#351325 (or 0x351325) is known color: Blackberry. HEX triplet: 35, 13 and 25. RGB value is (53,19,37). Sum of RGB (Red+Green+Blue) = 53+19+37=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351325 is #CAECDA. Grayscale: #1F1F1F. Windows color (decimal): -13298907 or 2429749. OLE color: 2429749.

HSL color Cylindrical-coordinate representation of color #351325: hue angle of 328.24º 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 #351325 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 37 -
CMYK 0 0.64 0.30 0.79
HSL 328.24º 0.47% 0.14% -
HSV(B) 328.24º 0.64% 0.21% -
XYZ 2.04 1.36 1.9 -
YUV 31.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 53 19 37 0 0.64 0.30 0.79 328.24 0.47 0.14
Hex 35 13 25 0 40 1E 4F 148 2F E
Octal 65 23 45 0 100 36 117 510 57 16
Binary 110101 10011 100101 0 1000000 11110 1001111 101001000 101111 1110

Color Harmonies of #351325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351325

Black with #351325

Text Example


Text Example

White with #351325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351325; }

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

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

background-color css

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

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

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

border-color css

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

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

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