Html Css Color HEX #3F071F Blackberry

📋 copy color: '#3F071F'

red 63 ◦ green 7 ◦ blue 31

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

Shades of Blackberry #3F071F

Tints of Blackberry #3F071F

RGB

 RED value IS 63 (25% from 255) = 62.38%

 GREEN value IS 7 (3.13% from 255) = 6.93%

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

R = 62.38%
G = 6.93%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3F071F (or 0x3F071F) is known color: Blackberry. HEX triplet: 3F, 07 and 1F. RGB value is (63,7,31). Sum of RGB (Red+Green+Blue) = 63+7+31=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F071F is #C0F8E0. Grayscale: #1A1A1A. Windows color (decimal): -12646625 or 2033471. OLE color: 2033471.

HSL color Cylindrical-coordinate representation of color #3F071F: hue angle of 334.29º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F071F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 7 31 -
CMYK 0 0.89 0.51 0.75
HSL 334.29º 0.8% 0.14% -
HSV(B) 334.29º 0.89% 0.25% -
XYZ 2.37 1.31 1.42 -
YUV 26.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 63 7 31 0 0.89 0.51 0.75 334.29 0.8 0.14
Hex 3F 7 1F 0 59 33 4B 14E 50 E
Octal 77 7 37 0 131 63 113 516 120 16
Binary 111111 111 11111 0 1011001 110011 1001011 101001110 1010000 1110

Color Harmonies of #3F071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F071F

Black with #3F071F

Text Example


Text Example

White with #3F071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F071F; }

 p { color: rgb(63,7,31); }

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

background-color css

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

 a { background-color: rgb(63,7,31); }

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

border-color css

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

 span { border-color: rgb(63,7,31); }

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