Html Css Color HEX #3A0017 Blackberry

📋 copy color: '#3A0017'

red 58 ◦ green 0 ◦ blue 23

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

Shades of Blackberry #3A0017

Tints of Blackberry #3A0017

RGB

 RED value IS 58 (23.05% from 255) = 71.6%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 28.4%

R = 71.6%
G = 0%
B = 28.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.77

RGB Variations

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

Color information

#3A0017 (or 0x3A0017) is known color: Blackberry. HEX triplet: 3A, 00 and 17. RGB value is (58,0,23). Sum of RGB (Red+Green+Blue) = 58+0+23=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0017 is #C5FFE8. Grayscale: #131313. Windows color (decimal): -12976105 or 1507386. OLE color: 1507386.

HSL color Cylindrical-coordinate representation of color #3A0017: hue angle of 336.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0017 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 0 23 -
CMYK 0 1 0.60 0.77
HSL 336.21º 1% 0.11% -
HSV(B) 336.21º 1% 0.23% -
XYZ 1.9 0.96 0.9 -
YUV 19.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 58 0 23 0 1 0.60 0.77 336.21 1 0.11
Hex 3A 0 17 0 64 3C 4D 150 64 B
Octal 72 0 27 0 144 74 115 520 144 13
Binary 111010 0 10111 0 1100100 111100 1001101 101010000 1100100 1011

Color Harmonies of #3A0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0017

Black with #3A0017

Text Example


Text Example

White with #3A0017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,0,23); }

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

background-color css

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

 a { background-color: rgb(58,0,23); }

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

border-color css

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

 span { border-color: rgb(58,0,23); }

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