#38012B

Color #38012B Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #38012B

Tints of Blackberry #38012B

Color information

#38012B (or 0x38012B) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 2B. RGB value is (56,1,43). Sum of RGB (Red+Green+Blue) = 56+1+43=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38012B is #C7FED4. Grayscale: #161616. Windows color (decimal): -13106901 or 2818360. OLE color: 2818360.

HSL color Cylindrical-coordinate representation of color #38012B: hue angle of 314.18º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38012B is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB56143-
CMYK00.980.230.78
HSL314.18º96.49%11.18%-
HSV(B)314.18º98.21%21.96%-
XYZ2.081.042.38-
YUV22.23139.72152.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 43 (17.19% from 255) = 43%
R=56%
G=1%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5614300.980.230.78314.1896.4911.18
Hex3812B062174E13a60b
Octal7015301422711647214013
Binary11100011010110110001010111100111010011101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38012B; }

 p { color: rgb(56,1,43); }

 H1.HeaderClassName
 {
   color: #38012B;
 }
 .AnyTagClassName
 {
   color: #38012B;
 }
</style>
background-color css

<style>
 a { background-color: #38012B; }

 a { background-color: rgb(56,1,43); }

 div.DivClassName
 {
   background-color: #38012B;
 }
 .BgClassName
 {
   background-color: #38012B;
 }
</style>
border-color css

<style>
 span { border-color: #38012B; }

 span { border-color: rgb(56,1,43); }

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