Html Css Color HEX #350B25 Blackberry

📋 copy color: '#350B25'

red 53 ◦ green 11 ◦ blue 37

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

Shades of Blackberry #350B25

Tints of Blackberry #350B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.89%

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

R = 52.48%
G = 10.89%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#350B25 (or 0x350B25) is known color: Blackberry. HEX triplet: 35, 0B and 25. RGB value is (53,11,37). Sum of RGB (Red+Green+Blue) = 53+11+37=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #350B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B25 is #CAF4DA. Grayscale: #1A1A1A. Windows color (decimal): -13300955 or 2427701. OLE color: 2427701.

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

Color convert

RGB 53 11 37 -
CMYK 0 0.79 0.30 0.79
HSL 322.86º 0.66% 0.13% -
HSV(B) 322.86º 0.79% 0.21% -
XYZ 1.92 1.13 1.87 -
YUV 26.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 53 11 37 0 0.79 0.30 0.79 322.86 0.66 0.13
Hex 35 B 25 0 4F 1E 4F 143 42 D
Octal 65 13 45 0 117 36 117 503 102 15
Binary 110101 1011 100101 0 1001111 11110 1001111 101000011 1000010 1101

Color Harmonies of #350B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B25

Black with #350B25

Text Example


Text Example

White with #350B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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