Html Css Color HEX #38072C Blackberry

📋 copy color: '#38072C'

red 56 ◦ green 7 ◦ blue 44

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

Shades of Blackberry #38072C

Tints of Blackberry #38072C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.54%

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

R = 52.34%
G = 6.54%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#38072C (or 0x38072C) is known color: Blackberry. HEX triplet: 38, 07 and 2C. RGB value is (56,7,44). Sum of RGB (Red+Green+Blue) = 56+7+44=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38072C is #C7F8D3. Grayscale: #191919. Windows color (decimal): -13105364 or 2885432. OLE color: 2885432.

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

Color convert

RGB 56 7 44 -
CMYK 0 0.88 0.21 0.78
HSL 314.69º 0.78% 0.12% -
HSV(B) 314.69º 0.88% 0.22% -
XYZ 2.16 1.17 2.5 -
YUV 25.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 56 7 44 0 0.88 0.21 0.78 314.69 0.78 0.12
Hex 38 7 2C 0 58 15 4E 13B 4E C
Octal 70 7 54 0 130 25 116 473 116 14
Binary 111000 111 101100 0 1011000 10101 1001110 100111011 1001110 1100

Color Harmonies of #38072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38072C

Black with #38072C

Text Example


Text Example

White with #38072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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