Html Css Color HEX #350F1F Blackberry

📋 copy color: '#350F1F'

red 53 ◦ green 15 ◦ blue 31

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

Shades of Blackberry #350F1F

Tints of Blackberry #350F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 31.31%

R = 53.54%
G = 15.15%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#350F1F (or 0x350F1F) is known color: Blackberry. HEX triplet: 35, 0F and 1F. RGB value is (53,15,31). Sum of RGB (Red+Green+Blue) = 53+15+31=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #350F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F1F is #CAF0E0. Grayscale: #1C1C1C. Windows color (decimal): -13299937 or 2035509. OLE color: 2035509.

HSL color Cylindrical-coordinate representation of color #350F1F: hue angle of 334.74º 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 #350F1F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 15 31 -
CMYK 0 0.72 0.42 0.79
HSL 334.74º 0.56% 0.13% -
HSV(B) 334.74º 0.72% 0.21% -
XYZ 1.89 1.2 1.43 -
YUV 28.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 53 15 31 0 0.72 0.42 0.79 334.74 0.56 0.13
Hex 35 F 1F 0 48 2A 4F 14F 38 D
Octal 65 17 37 0 110 52 117 517 70 15
Binary 110101 1111 11111 0 1001000 101010 1001111 101001111 111000 1101

Color Harmonies of #350F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F1F

Black with #350F1F

Text Example


Text Example

White with #350F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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