Html Css Color HEX #350125 Blackberry

📋 copy color: '#350125'

red 53 ◦ green 1 ◦ blue 37

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

Shades of Blackberry #350125

Tints of Blackberry #350125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 58.24%
G = 1.1%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#350125 (or 0x350125) is known color: Blackberry. HEX triplet: 35, 01 and 25. RGB value is (53,1,37). Sum of RGB (Red+Green+Blue) = 53+1+37=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350125 is #CAFEDA. Grayscale: #141414. Windows color (decimal): -13303515 or 2425141. OLE color: 2425141.

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

Color convert

RGB 53 1 37 -
CMYK 0 0.98 0.30 0.79
HSL 318.46º 0.96% 0.11% -
HSV(B) 318.46º 0.98% 0.21% -
XYZ 1.81 0.91 1.83 -
YUV 20.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 53 1 37 0 0.98 0.30 0.79 318.46 0.96 0.11
Hex 35 1 25 0 62 1E 4F 13E 60 B
Octal 65 1 45 0 142 36 117 476 140 13
Binary 110101 1 100101 0 1100010 11110 1001111 100111110 1100000 1011

Color Harmonies of #350125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350125

Black with #350125

Text Example


Text Example

White with #350125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350125; }

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

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

background-color css

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

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

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

border-color css

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

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

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