Html Css Color HEX #350427 Blackberry

📋 copy color: '#350427'

red 53 ◦ green 4 ◦ blue 39

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

Shades of Blackberry #350427

Tints of Blackberry #350427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

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

R = 55.21%
G = 4.17%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#350427 (or 0x350427) is known color: Blackberry. HEX triplet: 35, 04 and 27. RGB value is (53,4,39). Sum of RGB (Red+Green+Blue) = 53+4+39=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #350427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350427 is #CAFBD8. Grayscale: #161616. Windows color (decimal): -13302745 or 2556981. OLE color: 2556981.

HSL color Cylindrical-coordinate representation of color #350427: hue angle of 317.14º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350427 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 4 39 -
CMYK 0 0.92 0.26 0.79
HSL 317.14º 0.86% 0.11% -
HSV(B) 317.14º 0.92% 0.21% -
XYZ 1.88 0.99 2.01 -
YUV 22.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 53 4 39 0 0.92 0.26 0.79 317.14 0.86 0.11
Hex 35 4 27 0 5C 1A 4F 13D 56 B
Octal 65 4 47 0 134 32 117 475 126 13
Binary 110101 100 100111 0 1011100 11010 1001111 100111101 1010110 1011

Color Harmonies of #350427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350427

Black with #350427

Text Example


Text Example

White with #350427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350427; }

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

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

background-color css

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

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

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

border-color css

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

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

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