Html Css Color HEX #390A26 Blackberry

📋 copy color: '#390A26'

red 57 ◦ green 10 ◦ blue 38

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

Shades of Blackberry #390A26

Tints of Blackberry #390A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 36.19%

R = 54.29%
G = 9.52%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#390A26 (or 0x390A26) is known color: Blackberry. HEX triplet: 39, 0A and 26. RGB value is (57,10,38). Sum of RGB (Red+Green+Blue) = 57+10+38=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #390A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A26 is #C6F5D9. Grayscale: #1B1B1B. Windows color (decimal): -13039066 or 2492985. OLE color: 2492985.

HSL color Cylindrical-coordinate representation of color #390A26: hue angle of 324.26º 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 #390A26 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 10 38 -
CMYK 0 0.82 0.33 0.78
HSL 324.26º 0.7% 0.13% -
HSV(B) 324.26º 0.82% 0.22% -
XYZ 2.15 1.23 1.96 -
YUV 27.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 57 10 38 0 0.82 0.33 0.78 324.26 0.7 0.13
Hex 39 A 26 0 52 21 4E 144 46 D
Octal 71 12 46 0 122 41 116 504 106 15
Binary 111001 1010 100110 0 1010010 100001 1001110 101000100 1000110 1101

Color Harmonies of #390A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A26

Black with #390A26

Text Example


Text Example

White with #390A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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