Html Css Color HEX #38152C Blackberry

📋 copy color: '#38152C'

red 56 ◦ green 21 ◦ blue 44

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

Shades of Blackberry #38152C

Tints of Blackberry #38152C

RGB

 RED value IS 56 (22.27% from 255) = 46.28%

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 46.28%
G = 17.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38152C (or 0x38152C) is known color: Blackberry. HEX triplet: 38, 15 and 2C. RGB value is (56,21,44). Sum of RGB (Red+Green+Blue) = 56+21+44=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152C is #C7EAD3. Grayscale: #222222. Windows color (decimal): -13101780 or 2889016. OLE color: 2889016.

HSL color Cylindrical-coordinate representation of color #38152C: hue angle of 320.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152C is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 44 -
CMYK 0 0.63 0.21 0.78
HSL 320.57º 0.45% 0.15% -
HSV(B) 320.57º 0.63% 0.22% -
XYZ 2.35 1.56 2.56 -
YUV 34.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 56 21 44 0 0.63 0.21 0.78 320.57 0.45 0.15
Hex 38 15 2C 0 3F 15 4E 141 2D F
Octal 70 25 54 0 77 25 116 501 55 17
Binary 111000 10101 101100 0 111111 10101 1001110 101000001 101101 1111

Color Harmonies of #38152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38152C

Black with #38152C

Text Example


Text Example

White with #38152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38152C; }

 p { color: rgb(56,21,44); }

 H1.HeaderClassName
 {
   color: #38152C;
 }
 .AnyTagClassName
 {
   color: #38152C;
 }
</style>

background-color css

<style>
 a { background-color: #38152C; }

 a { background-color: rgb(56,21,44); }

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

border-color css

<style>
 span { border-color: #38152C; }

 span { border-color: rgb(56,21,44); }

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