Html Css Color HEX #380C2E Blackberry

📋 copy color: '#380C2E'

red 56 ◦ green 12 ◦ blue 46

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

Shades of Blackberry #380C2E

Tints of Blackberry #380C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.53%

 BLUE value IS 46 (18.36% from 255) = 40.35%

R = 49.12%
G = 10.53%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#380C2E (or 0x380C2E) is known color: Blackberry. HEX triplet: 38, 0C and 2E. RGB value is (56,12,46). Sum of RGB (Red+Green+Blue) = 56+12+46=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #380C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C2E is #C7F3D1. Grayscale: #1C1C1C. Windows color (decimal): -13104082 or 3017784. OLE color: 3017784.

HSL color Cylindrical-coordinate representation of color #380C2E: hue angle of 313.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C2E is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 12 46 -
CMYK 0 0.79 0.18 0.78
HSL 313.64º 0.65% 0.13% -
HSV(B) 313.64º 0.79% 0.22% -
XYZ 2.26 1.3 2.72 -
YUV 29.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 56 12 46 0 0.79 0.18 0.78 313.64 0.65 0.13
Hex 38 C 2E 0 4F 12 4E 13A 41 D
Octal 70 14 56 0 117 22 116 472 101 15
Binary 111000 1100 101110 0 1001111 10010 1001110 100111010 1000001 1101

Color Harmonies of #380C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C2E

Black with #380C2E

Text Example


Text Example

White with #380C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380C2E; }

 p { color: rgb(56,12,46); }

 H1.HeaderClassName
 {
   color: #380C2E;
 }
 .AnyTagClassName
 {
   color: #380C2E;
 }
</style>

background-color css

<style>
 a { background-color: #380C2E; }

 a { background-color: rgb(56,12,46); }

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

border-color css

<style>
 span { border-color: #380C2E; }

 span { border-color: rgb(56,12,46); }

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