Html Css Color HEX #350825 Blackberry

📋 copy color: '#350825'

red 53 ◦ green 8 ◦ blue 37

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

Shades of Blackberry #350825

Tints of Blackberry #350825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.16%

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

R = 54.08%
G = 8.16%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#350825 (or 0x350825) is known color: Blackberry. HEX triplet: 35, 08 and 25. RGB value is (53,8,37). Sum of RGB (Red+Green+Blue) = 53+8+37=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350825 is #CAF7DA. Grayscale: #181818. Windows color (decimal): -13301723 or 2426933. OLE color: 2426933.

HSL color Cylindrical-coordinate representation of color #350825: hue angle of 321.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350825 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 37 -
CMYK 0 0.85 0.30 0.79
HSL 321.33º 0.74% 0.12% -
HSV(B) 321.33º 0.85% 0.21% -
XYZ 1.89 1.06 1.86 -
YUV 24.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 53 8 37 0 0.85 0.30 0.79 321.33 0.74 0.12
Hex 35 8 25 0 55 1E 4F 141 4A C
Octal 65 10 45 0 125 36 117 501 112 14
Binary 110101 1000 100101 0 1010101 11110 1001111 101000001 1001010 1100

Color Harmonies of #350825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350825

Black with #350825

Text Example


Text Example

White with #350825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350825; }

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

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

background-color css

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

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

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

border-color css

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

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

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