Html Css Color HEX #3F0625 Blackberry

📋 copy color: '#3F0625'

red 63 ◦ green 6 ◦ blue 37

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

Shades of Blackberry #3F0625

Tints of Blackberry #3F0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.66%

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

R = 59.43%
G = 5.66%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#3F0625 (or 0x3F0625) is known color: Blackberry. HEX triplet: 3F, 06 and 25. RGB value is (63,6,37). Sum of RGB (Red+Green+Blue) = 63+6+37=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0625 is #C0F9DA. Grayscale: #1A1A1A. Windows color (decimal): -12646875 or 2426431. OLE color: 2426431.

HSL color Cylindrical-coordinate representation of color #3F0625: hue angle of 327.37º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0625 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 6 37 -
CMYK 0 0.90 0.41 0.75
HSL 327.37º 0.83% 0.14% -
HSV(B) 327.37º 0.9% 0.25% -
XYZ 2.45 1.32 1.88 -
YUV 26.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 63 6 37 0 0.90 0.41 0.75 327.37 0.83 0.14
Hex 3F 6 25 0 5A 29 4B 147 53 E
Octal 77 6 45 0 132 51 113 507 123 16
Binary 111111 110 100101 0 1011010 101001 1001011 101000111 1010011 1110

Color Harmonies of #3F0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0625

Black with #3F0625

Text Example


Text Example

White with #3F0625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,6,37); }

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

background-color css

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

 a { background-color: rgb(63,6,37); }

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

border-color css

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

 span { border-color: rgb(63,6,37); }

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