Html Css Color HEX #3A002F Blackberry

📋 copy color: '#3A002F'

red 58 ◦ green 0 ◦ blue 47

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

Shades of Blackberry #3A002F

Tints of Blackberry #3A002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 44.76%

R = 55.24%
G = 0%
B = 44.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#3A002F (or 0x3A002F) is known color: Blackberry. HEX triplet: 3A, 00 and 2F. RGB value is (58,0,47). Sum of RGB (Red+Green+Blue) = 58+0+47=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A002F is #C5FFD0. Grayscale: #161616. Windows color (decimal): -12976081 or 3080250. OLE color: 3080250.

HSL color Cylindrical-coordinate representation of color #3A002F: hue angle of 311.38º 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 #3A002F is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 0 47 -
CMYK 0 1 0.19 0.77
HSL 311.38º 1% 0.11% -
HSV(B) 311.38º 1% 0.23% -
XYZ 2.26 1.1 2.78 -
YUV 22.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 58 0 47 0 1 0.19 0.77 311.38 1 0.11
Hex 3A 0 2F 0 64 13 4D 137 64 B
Octal 72 0 57 0 144 23 115 467 144 13
Binary 111010 0 101111 0 1100100 10011 1001101 100110111 1100100 1011

Color Harmonies of #3A002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A002F

Black with #3A002F

Text Example


Text Example

White with #3A002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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