Html Css Color HEX #350A1B Blackberry

📋 copy color: '#350A1B'

red 53 ◦ green 10 ◦ blue 27

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

Shades of Blackberry #350A1B

Tints of Blackberry #350A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.11%

 BLUE value IS 27 (10.94% from 255) = 30%

R = 58.89%
G = 11.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#350A1B (or 0x350A1B) is known color: Blackberry. HEX triplet: 35, 0A and 1B. RGB value is (53,10,27). Sum of RGB (Red+Green+Blue) = 53+10+27=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A1B is #CAF5E4. Grayscale: #181818. Windows color (decimal): -13301221 or 1772085. OLE color: 1772085.

HSL color Cylindrical-coordinate representation of color #350A1B: hue angle of 336.28º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A1B is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 10 27 -
CMYK 0 0.81 0.49 0.79
HSL 336.28º 0.68% 0.12% -
HSV(B) 336.28º 0.81% 0.21% -
XYZ 1.77 1.05 1.15 -
YUV 24.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 53 10 27 0 0.81 0.49 0.79 336.28 0.68 0.12
Hex 35 A 1B 0 51 31 4F 150 44 C
Octal 65 12 33 0 121 61 117 520 104 14
Binary 110101 1010 11011 0 1010001 110001 1001111 101010000 1000100 1100

Color Harmonies of #350A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A1B

Black with #350A1B

Text Example


Text Example

White with #350A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,10,27); }

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

background-color css

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

 a { background-color: rgb(53,10,27); }

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

border-color css

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

 span { border-color: rgb(53,10,27); }

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