Html Css Color HEX #3F0E30 Blackberry

📋 copy color: '#3F0E30'

red 63 ◦ green 14 ◦ blue 48

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

Shades of Blackberry #3F0E30

Tints of Blackberry #3F0E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.2%

 BLUE value IS 48 (19.14% from 255) = 38.4%

R = 50.4%
G = 11.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#3F0E30 (or 0x3F0E30) is known color: Blackberry. HEX triplet: 3F, 0E and 30. RGB value is (63,14,48). Sum of RGB (Red+Green+Blue) = 63+14+48=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E30 is #C0F1CF. Grayscale: #202020. Windows color (decimal): -12644816 or 3149375. OLE color: 3149375.

HSL color Cylindrical-coordinate representation of color #3F0E30: hue angle of 318.37º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F0E30 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 14 48 -
CMYK 0 0.78 0.24 0.75
HSL 318.37º 0.64% 0.15% -
HSV(B) 318.37º 0.78% 0.25% -
XYZ 2.74 1.58 2.96 -
YUV 32.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 63 14 48 0 0.78 0.24 0.75 318.37 0.64 0.15
Hex 3F E 30 0 4E 18 4B 13E 40 F
Octal 77 16 60 0 116 30 113 476 100 17
Binary 111111 1110 110000 0 1001110 11000 1001011 100111110 1000000 1111

Color Harmonies of #3F0E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0E30

Black with #3F0E30

Text Example


Text Example

White with #3F0E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,14,48); }

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

background-color css

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

 a { background-color: rgb(63,14,48); }

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

border-color css

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

 span { border-color: rgb(63,14,48); }

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