Html Css Color HEX #350F27 Blackberry

📋 copy color: '#350F27'

red 53 ◦ green 15 ◦ blue 39

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

Shades of Blackberry #350F27

Tints of Blackberry #350F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.02%

 BLUE value IS 39 (15.63% from 255) = 36.45%

R = 49.53%
G = 14.02%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#350F27 (or 0x350F27) is known color: Blackberry. HEX triplet: 35, 0F and 27. RGB value is (53,15,39). Sum of RGB (Red+Green+Blue) = 53+15+39=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #350F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F27 is #CAF0D8. Grayscale: #1D1D1D. Windows color (decimal): -13299929 or 2559797. OLE color: 2559797.

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

Color convert

RGB 53 15 39 -
CMYK 0 0.72 0.26 0.79
HSL 322.11º 0.56% 0.13% -
HSV(B) 322.11º 0.72% 0.21% -
XYZ 2.01 1.25 2.05 -
YUV 29.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 53 15 39 0 0.72 0.26 0.79 322.11 0.56 0.13
Hex 35 F 27 0 48 1A 4F 142 38 D
Octal 65 17 47 0 110 32 117 502 70 15
Binary 110101 1111 100111 0 1001000 11010 1001111 101000010 111000 1101

Color Harmonies of #350F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F27

Black with #350F27

Text Example


Text Example

White with #350F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,15,39); }

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

background-color css

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

 a { background-color: rgb(53,15,39); }

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

border-color css

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

 span { border-color: rgb(53,15,39); }

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