Html Css Color HEX #350021 Blackberry

📋 copy color: '#350021'

red 53 ◦ green 0 ◦ blue 33

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

Shades of Blackberry #350021

Tints of Blackberry #350021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 61.63%
G = 0%
B = 38.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#350021 (or 0x350021) is known color: Blackberry. HEX triplet: 35, 00 and 21. RGB value is (53,0,33). Sum of RGB (Red+Green+Blue) = 53+0+33=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #350021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350021 is #CAFFDE. Grayscale: #131313. Windows color (decimal): -13303775 or 2162741. OLE color: 2162741.

HSL color Cylindrical-coordinate representation of color #350021: hue angle of 322.64º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350021 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 33 -
CMYK 0 1 0.38 0.79
HSL 322.64º 1% 0.1% -
HSV(B) 322.64º 1% 0.21% -
XYZ 1.74 0.87 1.51 -
YUV 19.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 53 0 33 0 1 0.38 0.79 322.64 1 0.1
Hex 35 0 21 0 64 26 4F 143 64 A
Octal 65 0 41 0 144 46 117 503 144 12
Binary 110101 0 100001 0 1100100 100110 1001111 101000011 1100100 1010

Color Harmonies of #350021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350021

Black with #350021

Text Example


Text Example

White with #350021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350021; }

 p { color: rgb(53,0,33); }

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

background-color css

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

 a { background-color: rgb(53,0,33); }

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

border-color css

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

 span { border-color: rgb(53,0,33); }

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