Html Css Color HEX #390A29 Blackberry

📋 copy color: '#390A29'

red 57 ◦ green 10 ◦ blue 41

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

Shades of Blackberry #390A29

Tints of Blackberry #390A29

RGB

 RED value IS 57 (22.66% from 255) = 52.78%

 GREEN value IS 10 (4.3% from 255) = 9.26%

 BLUE value IS 41 (16.41% from 255) = 37.96%

R = 52.78%
G = 9.26%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#390A29 (or 0x390A29) is known color: Blackberry. HEX triplet: 39, 0A and 29. RGB value is (57,10,41). Sum of RGB (Red+Green+Blue) = 57+10+41=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #390A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A29 is #C6F5D6. Grayscale: #1B1B1B. Windows color (decimal): -13039063 or 2689593. OLE color: 2689593.

HSL color Cylindrical-coordinate representation of color #390A29: hue angle of 320.43º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A29 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 10 41 -
CMYK 0 0.82 0.28 0.78
HSL 320.43º 0.7% 0.13% -
HSV(B) 320.43º 0.82% 0.22% -
XYZ 2.2 1.25 2.22 -
YUV 27.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 57 10 41 0 0.82 0.28 0.78 320.43 0.7 0.13
Hex 39 A 29 0 52 1C 4E 140 46 D
Octal 71 12 51 0 122 34 116 500 106 15
Binary 111001 1010 101001 0 1010010 11100 1001110 101000000 1000110 1101

Color Harmonies of #390A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A29

Black with #390A29

Text Example


Text Example

White with #390A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390A29; }

 p { color: rgb(57,10,41); }

 H1.HeaderClassName
 {
   color: #390A29;
 }
 .AnyTagClassName
 {
   color: #390A29;
 }
</style>

background-color css

<style>
 a { background-color: #390A29; }

 a { background-color: rgb(57,10,41); }

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

border-color css

<style>
 span { border-color: #390A29; }

 span { border-color: rgb(57,10,41); }

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