Html Css Color HEX #380D1E Blackberry

📋 copy color: '#380D1E'

red 56 ◦ green 13 ◦ blue 30

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

Shades of Blackberry #380D1E

Tints of Blackberry #380D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

 BLUE value IS 30 (12.11% from 255) = 30.3%

R = 56.57%
G = 13.13%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#380D1E (or 0x380D1E) is known color: Blackberry. HEX triplet: 38, 0D and 1E. RGB value is (56,13,30). Sum of RGB (Red+Green+Blue) = 56+13+30=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D1E is #C7F2E1. Grayscale: #1B1B1B. Windows color (decimal): -13103842 or 1969464. OLE color: 1969464.

HSL color Cylindrical-coordinate representation of color #380D1E: hue angle of 336.28º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D1E is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 30 -
CMYK 0 0.77 0.46 0.78
HSL 336.28º 0.62% 0.14% -
HSV(B) 336.28º 0.77% 0.22% -
XYZ 2.01 1.22 1.36 -
YUV 27.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 56 13 30 0 0.77 0.46 0.78 336.28 0.62 0.14
Hex 38 D 1E 0 4D 2E 4E 150 3E E
Octal 70 15 36 0 115 56 116 520 76 16
Binary 111000 1101 11110 0 1001101 101110 1001110 101010000 111110 1110

Color Harmonies of #380D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D1E

Black with #380D1E

Text Example


Text Example

White with #380D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,13,30); }

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

background-color css

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

 a { background-color: rgb(56,13,30); }

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

border-color css

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

 span { border-color: rgb(56,13,30); }

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