Html Css Color HEX #3E1525 Blackberry

📋 copy color: '#3E1525'

red 62 ◦ green 21 ◦ blue 37

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

Shades of Blackberry #3E1525

Tints of Blackberry #3E1525

RGB

 RED value IS 62 (24.61% from 255) = 51.67%

 GREEN value IS 21 (8.59% from 255) = 17.5%

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

R = 51.67%
G = 17.5%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#3E1525 (or 0x3E1525) is known color: Blackberry. HEX triplet: 3E, 15 and 25. RGB value is (62,21,37). Sum of RGB (Red+Green+Blue) = 62+21+37=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1525 is #C1EADA. Grayscale: #232323. Windows color (decimal): -12708571 or 2430270. OLE color: 2430270.

HSL color Cylindrical-coordinate representation of color #3E1525: hue angle of 336.59º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1525 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 21 37 -
CMYK 0 0.66 0.40 0.76
HSL 336.59º 0.49% 0.16% -
HSV(B) 336.59º 0.66% 0.24% -
XYZ 2.59 1.69 1.94 -
YUV 35.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 62 21 37 0 0.66 0.40 0.76 336.59 0.49 0.16
Hex 3E 15 25 0 42 28 4C 151 31 10
Octal 76 25 45 0 102 50 114 521 61 20
Binary 111110 10101 100101 0 1000010 101000 1001100 101010001 110001 10000

Color Harmonies of #3E1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1525

Black with #3E1525

Text Example


Text Example

White with #3E1525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,37); }

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

background-color css

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

 a { background-color: rgb(62,21,37); }

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

border-color css

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

 span { border-color: rgb(62,21,37); }

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