Html Css Color HEX #350B28 Blackberry

📋 copy color: '#350B28'

red 53 ◦ green 11 ◦ blue 40

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

Shades of Blackberry #350B28

Tints of Blackberry #350B28

RGB

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

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

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

R = 50.96%
G = 10.58%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#350B28 (or 0x350B28) is known color: Blackberry. HEX triplet: 35, 0B and 28. RGB value is (53,11,40). Sum of RGB (Red+Green+Blue) = 53+11+40=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B28 is #CAF4D7. Grayscale: #1A1A1A. Windows color (decimal): -13300952 or 2624309. OLE color: 2624309.

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

Color convert

RGB 53 11 40 -
CMYK 0 0.79 0.25 0.79
HSL 318.57º 0.66% 0.13% -
HSV(B) 318.57º 0.79% 0.21% -
XYZ 1.97 1.15 2.13 -
YUV 26.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 53 11 40 0 0.79 0.25 0.79 318.57 0.66 0.13
Hex 35 B 28 0 4F 19 4F 13F 42 D
Octal 65 13 50 0 117 31 117 477 102 15
Binary 110101 1011 101000 0 1001111 11001 1001111 100111111 1000010 1101

Color Harmonies of #350B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B28

Black with #350B28

Text Example


Text Example

White with #350B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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