Html Css Color HEX #351328 Blackberry

📋 copy color: '#351328'

red 53 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #351328

Tints of Blackberry #351328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 47.32%
G = 16.96%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#351328 (or 0x351328) is known color: Blackberry. HEX triplet: 35, 13 and 28. RGB value is (53,19,40). Sum of RGB (Red+Green+Blue) = 53+19+40=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #351328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351328 is #CAECD7. Grayscale: #1F1F1F. Windows color (decimal): -13298904 or 2626357. OLE color: 2626357.

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

Color convert

RGB 53 19 40 -
CMYK 0 0.64 0.25 0.79
HSL 322.94º 0.47% 0.14% -
HSV(B) 322.94º 0.64% 0.21% -
XYZ 2.08 1.38 2.16 -
YUV 31.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 53 19 40 0 0.64 0.25 0.79 322.94 0.47 0.14
Hex 35 13 28 0 40 19 4F 143 2F E
Octal 65 23 50 0 100 31 117 503 57 16
Binary 110101 10011 101000 0 1000000 11001 1001111 101000011 101111 1110

Color Harmonies of #351328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351328

Black with #351328

Text Example


Text Example

White with #351328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351328; }

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

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

background-color css

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

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

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

border-color css

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

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

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